Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/macppc/stand/installboot Change ofwboot entry addre...



details:   https://anonhg.NetBSD.org/src/rev/55405bce917b
branches:  trunk
changeset: 498436:55405bce917b
user:      tsubai <tsubai%NetBSD.org@localhost>
date:      Tue Oct 24 12:18:33 2000 +0000

description:
Change ofwboot entry address to 0x600000.

diffstat:

 sys/arch/macppc/stand/installboot/installboot.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a7f88c741b6d -r 55405bce917b sys/arch/macppc/stand/installboot/installboot.c
--- a/sys/arch/macppc/stand/installboot/installboot.c   Tue Oct 24 12:02:04 2000 +0000
+++ b/sys/arch/macppc/stand/installboot/installboot.c   Tue Oct 24 12:18:33 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: installboot.c,v 1.4 1998/09/05 15:30:24 pk Exp $ */
+/*     $NetBSD: installboot.c,v 1.5 2000/10/24 12:18:33 tsubai Exp $ */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -64,7 +64,7 @@
 #define BOOTSECTOR_OFFSET 2048
 
 #ifndef DEFAULT_ENTRY
-#define DEFAULT_ENTRY 0x6c0000
+#define DEFAULT_ENTRY 0x600000
 #endif
 
 struct nlist nl[] = {



Home | Main Index | Thread Index | Old Index