Port-vax archive

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

Re: No go booting netbsd-8 on VLC



2017-07-18 3:38 GMT+02:00 Charles Dickman <chd%chdickman.com@localhost>:
> Am I completely wrong in suggesting this could be caused by the size
> of the kernel and the location of the loader? I know that on an MVIII,
> if the loader is overwritten by the kernel an endless stream of stray
> interrupts occur.

True, I also saw something similar on my VS4000/96 when testing a
USB-enabled kernel (GENERIC_USB, large!), although not with a GENERIC
kernel yet.
Then increasing/moving "RELOC" will help (please try for a still
working value, not sure which one works or is a general good value
also for small machines):

--- src/sys/arch/vax/boot/Makefile.inc.old
+++ src/sys/arch/vax/boot/Makefile.inc
@@ -7,7 +7,7 @@

 .include <bsd.klinks.mk>

-RELOC=0x3f0000
+RELOC=0x7f0000
 .PATH:    ${.CURDIR}/../../vax ${.CURDIR}/../common

 CPPFLAGS+=-I.

Felix


Home | Main Index | Thread Index | Old Index