CVS commit: [netbsd-9] src/sys/arch/vax/boot

2023-02-01 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Wed Feb  1 19:00:53 UTC 2023

Modified Files:
src/sys/arch/vax/boot [netbsd-9]: Makefile.inc

Log Message:
Pull up following revision(s) (requested by tsutsui in ticket #1582):

sys/arch/vax/boot/Makefile.inc: revision 1.19

Make a vax bootloader work on 8MB VAXen.

64KB (0x80 - 0x7f) is not enough for the bootloader itself
and more spaces are required for heap on loading a kernel.

https://mail-index.netbsd.org/port-vax/2023/01/24/msg004149.html

"Go ahead" from ragge@.  Should be pulled up to netbsd-10 and netbsd-9.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.18.6.1 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.18 src/sys/arch/vax/boot/Makefile.inc:1.18.6.1
--- src/sys/arch/vax/boot/Makefile.inc:1.18	Thu Mar 22 08:58:56 2018
+++ src/sys/arch/vax/boot/Makefile.inc	Wed Feb  1 19:00:53 2023
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.inc,v 1.18 2018/03/22 08:58:56 ragge Exp $
+#	$NetBSD: Makefile.inc,v 1.18.6.1 2023/02/01 19:00:53 martin Exp $
 
 NOSSP=
 NOFORTIFY=
@@ -7,7 +7,7 @@ NODEBUG=
 
 .include 
 
-RELOC=0x7f
+RELOC=0x7d
 .PATH:	${.CURDIR}/../../vax ${.CURDIR}/../common
 
 CPPFLAGS+=-I.



CVS commit: [netbsd-9] src/sys/arch/vax/boot

2023-02-01 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Wed Feb  1 19:00:53 UTC 2023

Modified Files:
src/sys/arch/vax/boot [netbsd-9]: Makefile.inc

Log Message:
Pull up following revision(s) (requested by tsutsui in ticket #1582):

sys/arch/vax/boot/Makefile.inc: revision 1.19

Make a vax bootloader work on 8MB VAXen.

64KB (0x80 - 0x7f) is not enough for the bootloader itself
and more spaces are required for heap on loading a kernel.

https://mail-index.netbsd.org/port-vax/2023/01/24/msg004149.html

"Go ahead" from ragge@.  Should be pulled up to netbsd-10 and netbsd-9.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.18.6.1 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.