Source-Changes-HG archive

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

[src/netbsd-8]: src/sys/arch/vax/boot Pull up following revision(s) (requeste...



details:   https://anonhg.NetBSD.org/src/rev/14c8f1fa16a4
branches:  netbsd-8
changeset: 851516:14c8f1fa16a4
user:      snj <snj%NetBSD.org@localhost>
date:      Sat Mar 24 18:09:11 2018 +0000

description:
Pull up following revision(s) (requested by ragge in ticket #657):
        sys/arch/vax/boot/Makefile.inc: 1.18
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 bee413709883 -r 14c8f1fa16a4 sys/arch/vax/boot/Makefile.inc
--- a/sys/arch/vax/boot/Makefile.inc    Sat Mar 24 18:08:06 2018 +0000
+++ b/sys/arch/vax/boot/Makefile.inc    Sat Mar 24 18:09:11 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.17.10.1 2018/03/24 18:09:11 snj 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