freebsd-skq/sys/boot
peter aa07eb9f84 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
..
alpha * Add old UFS compatibility code to alpha/boot1. 1998-09-26 10:51:38 +00:00
common ELF loader, part 1. It works with ELF kernels generated on the i386 1998-09-30 19:38:26 +00:00
i386 i386 ELF loader startup backend. On an ELF kernel booted with the 3-stage 1998-09-30 19:48:09 +00:00
ofw/libofw * Add old UFS compatibility code to alpha/boot1. 1998-09-26 10:51:38 +00:00
Makefile This is the new unified bootstrap, sometimes known previously as the 1998-08-21 03:17:42 +00:00