freebsd-dev/sys/boot/i386/loader
Maxim Sobolev 0f2c85b335 Add support for loading bzip2-compressed kernels and modules. This support
is turned off by default and could be enabled by defining LOADER_BZIP2_SUPPORT
make variable. Also make gzip support optional (turned on by default) -
it could be turned off via LOADER_NO_GZIP_SUPPORT make variable.

Please note, that due to limit on the amount of memory available to the
loader(8), it is possible to load modules/kernels compressed with the smallest
block size supported by the bzip2 - 100k (`-1' bzip2(1) option), however
even in this mode bzip2(1) usually provides better compression ratio than
gzip(1) in its best compression mode.

MFC after:	1 month
2001-09-18 14:52:36 +00:00
..
conf.c Add support for loading bzip2-compressed kernels and modules. This support 2001-09-18 14:52:36 +00:00
help.i386 Mention that the ACPI module load can be disabled by unsetting $acpi_load 2001-08-30 01:05:28 +00:00
main.c Teach the loader how to find the system ACPI information, and autoload 2001-08-30 00:42:12 +00:00
Makefile Add support for loading bzip2-compressed kernels and modules. This support 2001-09-18 14:52:36 +00:00
version