freebsd-skq/sys/boot/common
peter 591c24c542 Implement preloading for elf modules
- get dependency info from PT_DYNAMIC's DT_NEEDED tags.
 - store MODINFOMD_DYNAMIC for the kernel's later use
setenv kernelname when we have it
Fix firstaddr/lastaddr calculation (duh! :-)
Explicitly skip string table with section names in it.
1998-10-09 23:18:43 +00:00
..
boot.c
bootstrap.h loader <-> kernel preload module interface constants moved to common file. 1998-10-09 23:11:05 +00:00
commands.c Sync the MODINFO constants with <sys/linker.h> 1998-10-09 07:09:22 +00:00
console.c
dev_net.c
dev_net.h
devopen.c
gensetdefs.c
interp_backslash.c
interp_parse.c
interp.c Sync the MODINFO constants with <sys/linker.h> 1998-10-09 07:09:22 +00:00
isapnp.c
isapnp.h
load_aout.c Preload support for a.out KLD not implemented yet. (almost) 1998-10-09 23:15:39 +00:00
load_elf.c Implement preloading for elf modules 1998-10-09 23:18:43 +00:00
load.c
ls.c Sync the MODINFO constants with <sys/linker.h> 1998-10-09 07:09:22 +00:00
Makefile.inc
misc.c
module.c Use a consistant module search path (same as kernel will be). 1998-10-09 23:12:34 +00:00
panic.c
pnp.c