Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/59cf5cd44796
branches:  netbsd-9
changeset: 373317:59cf5cd44796
user:      martin <martin%NetBSD.org@localhost>
date:      Wed Feb 01 19:00:53 2023 +0000

description:
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 (0x800000 - 0x7f0000) 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.

diffstat:

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

diffs (18 lines):

diff -r 800dc5dd84a6 -r 59cf5cd44796 sys/arch/vax/boot/Makefile.inc
--- a/sys/arch/vax/boot/Makefile.inc    Wed Feb 01 18:56:44 2023 +0000
+++ b/sys/arch/vax/boot/Makefile.inc    Wed Feb 01 19:00:53 2023 +0000
@@ -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 @@
 
 .include <bsd.klinks.mk>
 
-RELOC=0x7f0000
+RELOC=0x7d0000
 .PATH: ${.CURDIR}/../../vax ${.CURDIR}/../common
 
 CPPFLAGS+=-I.



Home | Main Index | Thread Index | Old Index