LWN.net Logo

Kernel Summit: kexec and fast booting

Kernel Summit: kexec and fast booting

Posted Jul 22, 2004 4:32 UTC (Thu) by flewellyn (subscriber, #5047)
Parent article: Kernel Summit: kexec and fast booting

The "known devices list" could be a compile-time option, in which the system is probed for device info, which is saved in the kernel. Then, when rebooted, the new kernel would already know what was there, and thus be able to avoid probing.

Of course, this would not work with hotplug devices, and certainly not when compiling for a different system. So it would have to be an option.


(Log in to post comments)

Kernel Summit: kexec and fast booting

Posted Jul 22, 2004 13:29 UTC (Thu) by PaulDickson (subscriber, #478) [Link]

Every time a system shuts down, the used devices can be recorded. With
enough reboots, a common list of the system's devices will become known.

This list can then be saved on the system's init ram disk so upon further
boots, only those devices are initialized.

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds