freebsd-dev/sys/boot
Peter Wemm a7de32b2aa The bootinfo struct was getting clobbered or not passed through correctly.
Presumably VTOP doesn't work for static objects.
The easiest way to get it working was to reserve some space after the
environment strings and copy the bootinfo struct there.
Also, set RB_BOOTINFO, it's needed.

I got the code to load and run an unmolested kernel OK for the first time
with this system a few minutes ago - at last!.  I did have to stop it
looking at the floppy though as BTX was trapping a mode 14 fault when
it look for /boot/boot.conf when no disk was in the drive. (I'm booting
from a scsi disk (bios disk 0x80)).

Now to teach it about ELF and modules :-)
1998-09-29 09:11:49 +00:00
..
alpha * Add old UFS compatibility code to alpha/boot1. 1998-09-26 10:51:38 +00:00
common Use the variable with the path in it for the error message. 1998-09-28 22:03:01 +00:00
i386 The bootinfo struct was getting clobbered or not passed through correctly. 1998-09-29 09:11:49 +00:00
ofw/libofw * Add old UFS compatibility code to alpha/boot1. 1998-09-26 10:51:38 +00:00
Makefile