Module Name: src
Committed By: dsl
Date: Mon Nov 30 21:40:35 UTC 2009
Modified Files:
src/sys/arch/i386/stand/bootxx: Makefile.bootxx
Log Message:
Move relocation address to lower memory (0x1000) further away from the
BIOS 40:0 segment than previously but giving more room for heap that 0x8800.
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/sys/arch/i386/stand/bootxx/Makefile.bootxx
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/i386/stand/bootxx/Makefile.bootxx
diff -u src/sys/arch/i386/stand/bootxx/Makefile.bootxx:1.37 src/sys/arch/i386/stand/bootxx/Makefile.bootxx:1.38
--- src/sys/arch/i386/stand/bootxx/Makefile.bootxx:1.37 Fri Nov 20 17:28:19 2009
+++ src/sys/arch/i386/stand/bootxx/Makefile.bootxx Mon Nov 30 21:40:35 2009
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.bootxx,v 1.37 2009/11/20 17:28:19 dsl Exp $
+# $NetBSD: Makefile.bootxx,v 1.38 2009/11/30 21:40:35 dsl Exp $
S= ${.CURDIR}/../../../../..
@@ -10,7 +10,7 @@
BINDIR= /usr/mdec
BINMODE= 0444
-PRIMARY_LOAD_ADDRESS=0x8800
+PRIMARY_LOAD_ADDRESS=0x1000
SECONDARY_LOAD_ADDRESS=0x10000
# We ought (need?) to fit into track 0 of a 1.2M floppy.