Module Name:    src
Committed By:   ragge
Date:           Thu Mar 22 08:58:56 UTC 2018

Modified Files:
        src/sys/arch/vax/boot: Makefile.inc

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


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/vax/boot/Makefile.inc

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/vax/boot/Makefile.inc
diff -u src/sys/arch/vax/boot/Makefile.inc:1.17 src/sys/arch/vax/boot/Makefile.inc:1.18
--- src/sys/arch/vax/boot/Makefile.inc:1.17	Sun Mar 13 17:48:53 2016
+++ src/sys/arch/vax/boot/Makefile.inc	Thu Mar 22 08:58:56 2018
@@ -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 @@ NODEBUG=
 
 .include <bsd.klinks.mk>
 
-RELOC=0x3f0000
+RELOC=0x7f0000
 .PATH:	${.CURDIR}/../../vax ${.CURDIR}/../common
 
 CPPFLAGS+=-I.

Reply via email to