freebsd-nq/sys/boot/i386
Ian Dowse 941fdb393b Add the loader side of support for preloading ELF relocatable object
format modules, which are currently only used on the amd64 platform.
This initial implementation just parses enough of the module to
allow it to extract dependencies and load all the bits into the
right place in memory, so the kernel must still do the full relocation
and linking. The details of the loaded sections are passed to the
kernel by supplying a copy of the ELF section header table as module
metadata with the MODINFOMD_SHDR tag.
2004-08-29 00:48:42 +00:00
..
boot0 In conjunction with having boot0cfg(8) default boot0 to packet mode. 2004-08-27 00:18:03 +00:00
boot0ext
boot0sio
boot2 Try packet mode of INT13 on a hard disk first if not prohibited by 2004-08-28 08:32:23 +00:00
btx
cdboot
gptboot B1FLAGS -> BOOT_BOOT1_FLAGS, which is consistent with 2004-08-27 15:01:56 +00:00
kgzldr
libi386 Add the loader side of support for preloading ELF relocatable object 2004-08-29 00:48:42 +00:00
loader Add the loader side of support for preloading ELF relocatable object 2004-08-29 00:48:42 +00:00
mbr Don't be too smart, just try packet mode of INT13 first. 2004-08-28 08:39:35 +00:00
pxeldr
Makefile
Makefile.inc