Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/stand/bootxx Move relocation address to lower ...



details:   https://anonhg.NetBSD.org/src/rev/9a214a23b76b
branches:  trunk
changeset: 749484:9a214a23b76b
user:      dsl <dsl%NetBSD.org@localhost>
date:      Mon Nov 30 21:40:35 2009 +0000

description:
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.

diffstat:

 sys/arch/i386/stand/bootxx/Makefile.bootxx |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 3d2e05794521 -r 9a214a23b76b sys/arch/i386/stand/bootxx/Makefile.bootxx
--- a/sys/arch/i386/stand/bootxx/Makefile.bootxx        Mon Nov 30 21:37:16 2009 +0000
+++ b/sys/arch/i386/stand/bootxx/Makefile.bootxx        Mon Nov 30 21:40:35 2009 +0000
@@ -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.



Home | Main Index | Thread Index | Old Index