Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/vax/boot Let boot relocate to just below 8MB. This...



details:   https://anonhg.NetBSD.org/src/rev/11efb949da69
branches:  trunk
changeset: 321550:11efb949da69
user:      ragge <ragge%NetBSD.org@localhost>
date:      Thu Mar 22 08:58:56 2018 +0000

description:
Let boot relocate to just below 8MB.  This solves the problem with
booting a kernel larger than below 4MB.

diffstat:

 sys/arch/vax/boot/Makefile.inc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 33d02f30f2a5 -r 11efb949da69 sys/arch/vax/boot/Makefile.inc
--- a/sys/arch/vax/boot/Makefile.inc    Thu Mar 22 08:57:47 2018 +0000
+++ b/sys/arch/vax/boot/Makefile.inc    Thu Mar 22 08:58:56 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.17 2016/03/13 17:48:53 christos Exp $
+#      $NetBSD: Makefile.inc,v 1.18 2018/03/22 08:58:56 ragge Exp $
 
 NOSSP=
 NOFORTIFY=
@@ -7,7 +7,7 @@
 
 .include <bsd.klinks.mk>
 
-RELOC=0x3f0000
+RELOC=0x7f0000
 .PATH: ${.CURDIR}/../../vax ${.CURDIR}/../common
 
 CPPFLAGS+=-I.



Home | Main Index | Thread Index | Old Index