Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/hp700/stand The bootloader overwrites itself when r...
details: https://anonhg.NetBSD.org/src/rev/629ed17ae8b1
branches: trunk
changeset: 567798:629ed17ae8b1
user: jkunz <jkunz%NetBSD.org@localhost>
date: Mon Jun 28 16:27:15 2004 +0000
description:
The bootloader overwrites itself when relocated to 0x720000 and booting a
"big" kernel like GENERIC. So relocate the boot loader just below kernel text.
diffstat:
sys/arch/hp700/stand/Makefile.buildboot | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (16 lines):
diff -r 3886cb301c01 -r 629ed17ae8b1 sys/arch/hp700/stand/Makefile.buildboot
--- a/sys/arch/hp700/stand/Makefile.buildboot Mon Jun 28 14:44:28 2004 +0000
+++ b/sys/arch/hp700/stand/Makefile.buildboot Mon Jun 28 16:27:15 2004 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.buildboot,v 1.5 2003/10/26 07:25:36 lukem Exp $
+# $NetBSD: Makefile.buildboot,v 1.6 2004/06/28 16:27:15 jkunz Exp $
MACHINE_ARCH=hppa
MACHINE=hp700
-RELOC= 720000
-HEAP_LIMIT=0x7c0000
+RELOC= 120000
+HEAP_LIMIT=0x1c0000
#DEBUGFLAGS=-DDEBUG
#DEBUGFLAGS+=-DDEBUGBUG
#DEBUGFLAGS+=-DPDCDEBUG
Home |
Main Index |
Thread Index |
Old Index