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/cdboot Relocate cdboot (aka bootxx_cd966...
details: https://anonhg.NetBSD.org/src/rev/38af57334884
branches: trunk
changeset: 760265:38af57334884
user: jakllsch <jakllsch%NetBSD.org@localhost>
date: Sun Jan 02 02:31:32 2011 +0000
description:
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.
diffstat:
sys/arch/i386/stand/cdboot/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 366ab150f90b -r 38af57334884 sys/arch/i386/stand/cdboot/Makefile
--- a/sys/arch/i386/stand/cdboot/Makefile Sun Jan 02 02:01:58 2011 +0000
+++ b/sys/arch/i386/stand/cdboot/Makefile Sun Jan 02 02:31:32 2011 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index