Module Name: src
Committed By: jakllsch
Date: Sun Jan 2 02:31:32 UTC 2011
Modified Files:
src/sys/arch/i386/stand/cdboot: Makefile
Log Message:
Relocate cdboot (aka bootxx_cd9660) to 0x1000 instead of 0x600.
A similar change was made in v1.38 of Makefile.bootxx about 13 months ago,
no reason these shouldn't be consistent with each other, like they were before.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/i386/stand/cdboot/Makefile
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/cdboot/Makefile
diff -u src/sys/arch/i386/stand/cdboot/Makefile:1.10 src/sys/arch/i386/stand/cdboot/Makefile:1.11
--- src/sys/arch/i386/stand/cdboot/Makefile:1.10 Wed Dec 29 17:44:03 2010
+++ src/sys/arch/i386/stand/cdboot/Makefile Sun Jan 2 02:31:32 2011
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2010/12/29 17:44:03 jakllsch Exp $
+# $NetBSD: Makefile,v 1.11 2011/01/02 02:31:32 jakllsch Exp $
S= ${.CURDIR}/../../../..
@@ -12,7 +12,7 @@
LIBCRTEND= # nothing
LIBC= # nothing
-PRIMARY_LOAD_ADDRESS= 0x600
+PRIMARY_LOAD_ADDRESS= 0x1000
SECONDARY_LOAD_ADDRESS= 0x10000
PROG= bootxx_cd9660