Source-Changes-HG archive

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

[src/netbsd-1-5]: src/sys/arch/macppc/stand/installboot Pullup 1.5 [tsubai]:



details:   https://anonhg.NetBSD.org/src/rev/b2a4f095fbf3
branches:  netbsd-1-5
changeset: 489980:b2a4f095fbf3
user:      tv <tv%NetBSD.org@localhost>
date:      Wed Oct 25 16:12:13 2000 +0000

description:
Pullup 1.5 [tsubai]:
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 78afbb911010 -r b2a4f095fbf3 sys/arch/macppc/stand/installboot/installboot.c
--- a/sys/arch/macppc/stand/installboot/installboot.c   Tue Oct 24 04:20:01 2000 +0000
+++ b/sys/arch/macppc/stand/installboot/installboot.c   Wed Oct 25 16:12:13 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.4.22.1 2000/10/25 16:12:13 tv 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