freebsd-dev/sys/boot/common
Mike Smith c73b70eec4 Bootloader update.
- Implement a new copyin/readin interface for loading modules.
   This allows the module loaders to become MI, reducing code duplication.
 - Simplify the search for an image activator for the loaded kernel.
 - Use the common module management code for all module metadata.
 - Add an 'unload' command that throws everything away.
 - Move the a.out module loader to MI code, add support for a.out
   kld modules.

Submitted by:	Alpha changes fixed by Doug Rabson <dfr@freebsd.org>
1998-08-31 21:10:43 +00:00
..
boot.c Bootloader update. 1998-08-31 21:10:43 +00:00
bootstrap.h Bootloader update. 1998-08-31 21:10:43 +00:00
commands.c
console.c
dev_net.c
dev_net.h
devopen.c
interp.c
load_aout.c Bootloader update. 1998-08-31 21:10:43 +00:00
load.c
ls.c
Makefile.inc Bootloader update. 1998-08-31 21:10:43 +00:00
misc.c
module.c Bootloader update. 1998-08-31 21:10:43 +00:00
panic.c