First page Back Continue Last page Summary Graphic
Booting with LILO (later)
Later, some kernels no longer fit into 512kb
even when gzip compression was added.
`big zipped' kernels are designed to be
loaded above the 1mb `line'.
Switch to protected mode before jumping.
The most recent LILO uses new BIOS calls
to load kernel from outside the CHS area.
Notes:
Then the kernel grew, until even when
gzipped, it no longer fit in the first mb
of memory. Changes to both LILO and
the kernel allow `big zipped' kernels
(bzImages) to be loaded above 1mb.
(Note that bzImages are not made
using `bzip'.) LILO uses protected
mode to load the kernels, and jumps
into them in protected mode.
The most recent LILO uses new BIOS
calls (if possible) to load kernels from
outside the CHS area on disk.