Source-Changes-HG archive

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

[src/netbsd-1-4]: src/sys/arch/sparc/stand Apply patch (requested by he, appr...



details:   https://anonhg.NetBSD.org/src/rev/83436b0fe528
branches:  netbsd-1-4
changeset: 470764:83436b0fe528
user:      he <he%NetBSD.org@localhost>
date:      Sun Jul 09 09:14:48 2000 +0000

description:
Apply patch (requested by he, approved by pk):
  Move the sparc boot loader close to the 4M limit, so that we
  can boot the sysinst kernel without bumping into the boot
  loader, and without exceeding the first 4M physical memory
  bank.  Fixes PR#10059.

diffstat:

 sys/arch/sparc/stand/Makefile.buildboot |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (26 lines):

diff -r 3727d7868042 -r 83436b0fe528 sys/arch/sparc/stand/Makefile.buildboot
--- a/sys/arch/sparc/stand/Makefile.buildboot   Sat Jul 08 19:02:05 2000 +0000
+++ b/sys/arch/sparc/stand/Makefile.buildboot   Sun Jul 09 09:14:48 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.buildboot,v 1.5.2.1 2000/02/22 23:06:31 he Exp $
+#      $NetBSD: Makefile.buildboot,v 1.5.2.2 2000/07/09 09:14:48 he Exp $
 
 S=     ${.CURDIR}/../../../..
 
@@ -10,12 +10,12 @@
 MKMAN=         no
 BINMODE=       444
 
-RELOCS=                200000 300000 400000 700000
-# Note: a `RELOC' value of 0x300000 seems to work on most machines
-RELOC_DEFAULT?=        300000
+RELOCS=                200000 3E0000 400000 700000
+# Note: a `RELOC' value of 0x3E0000 seems to work on most machines
+RELOC_DEFAULT?=        3E0000
 # `bootxx' is linked at a different address to circumvent i-cache
 # flushing issues on Hypersparcs
-RELOC_BOOTXX=  340000
+RELOC_BOOTXX=  3F8000
 
 # Note: a `RELOC' value of 0x340000 seems to work on most machines
 RELOC?=                ${RELOC_SUN4C}



Home | Main Index | Thread Index | Old Index