Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sparc64/stand/ofwboot Move origin to 8MB; it seems ...
details: https://anonhg.NetBSD.org/src/rev/03c207a51825
branches: trunk
changeset: 472838:03c207a51825
user: eeh <eeh%NetBSD.org@localhost>
date: Sun May 09 19:14:15 1999 +0000
description:
Move origin to 8MB; it seems that 16MB has problems at times.
diffstat:
sys/arch/sparc64/stand/ofwboot/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 27fe901d41b1 -r 03c207a51825 sys/arch/sparc64/stand/ofwboot/Makefile
--- a/sys/arch/sparc64/stand/ofwboot/Makefile Sun May 09 18:51:36 1999 +0000
+++ b/sys/arch/sparc64/stand/ofwboot/Makefile Sun May 09 19:14:15 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 1999/05/09 18:31:21 eeh Exp $
+# $NetBSD: Makefile,v 1.11 1999/05/09 19:14:15 eeh Exp $
CURDIR= ${.CURDIR}
S= ${CURDIR}/../../../..
@@ -33,7 +33,7 @@
# We may get address conflicts with other bootloaders, say
# Sun's ufsboot, so we'll pick a reasonably empty address.
#
-RELOC= 1000000
+RELOC= 800000
ENTRY= _start
Home |
Main Index |
Thread Index |
Old Index