freebsd-dev/sys/boot/i386
Peter Wemm d1a50365db i386 ELF loader startup backend. On an ELF kernel booted with the 3-stage
bootblocks, the kernel shows up as the primary module:

[3:24am]~-100# kldstat
Id Refs Address  Size     Name
 1    1 0xf0100000 ff00000  /kernel
		   ^^^^ oops.. :-)

Based heavily on aout_freebsd.c.  Hmm.. There's so much in common that
these could probably be combined and just check the metadata to see which
format it is.
1998-09-30 19:48:09 +00:00
..
btx Make these compile when there is an obj dir. 1998-09-25 17:14:16 +00:00
libi386 i386 ELF loader startup backend. On an ELF kernel booted with the 3-stage 1998-09-30 19:48:09 +00:00
loader Reactivate the a.out kernel loader code. 1998-09-28 22:01:20 +00:00
Makefile Initial integration of the i386 bootloader and BTX. 1998-09-17 23:52:16 +00:00