Reboot Linux faster using kexec (developerWorks)
[Posted May 5, 2004 by corbet]
developerWorks
looks
at the kexec patch. "
Kexec is a patch to the Linux kernel that
allows you to boot directly to a new kernel from the currently running
one. In the boot sequence described above, kexec skips the entire
bootloader stage (the first part) and directly jumps into the kernel that
we want to boot to. There is no hardware reset, no firmware operation, and
no bootloader involved. The weakest link in the boot sequence -- that is,
the firmware -- is completely avoided. The big gain from this feature is
that system reboots are now extremely fast." (LWN also looked at
kexec
in November, 2002).
(
Log in to post comments)