freebsd-dev/sys/boot/i386/loader
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
..
conf.c Add the loader side of support for preloading ELF relocatable object 2004-08-29 00:48:42 +00:00
help.i386 s/hint.acpi.0.disable/hint.acpi.0.disabled/ 2002-08-30 11:11:07 +00:00
loader.rc With the beastie menu a problem was introduced in which selecting a 2003-11-21 19:01:02 +00:00
main.c Fixed misspellings of 0 as NULL. 2004-03-14 05:48:04 +00:00
Makefile For some reason crt0.o needs to be linked first for pxeboot(8) to 2004-02-27 14:10:09 +00:00
version