|
Overview
A technical overview of how mod-boot works.
IntroductionIn UNIX-like operating systems, once the kernel is alive and running, it starts another program, and most of the time, this is a daemon such as init that handles subsequent process spawning and completing the boot process. To achieve a bootstrap, init runs a vendor-specific script that, in turn, may run other scripts (depending on whether the init style in question is System V or BSD). Unfortunately, most of these driver scripts are fundamentally unchanged to reflect the needs and capabilities of newer computers. The philosophy of mod-boot is that totally replacing an established and stable daemon is unnecessary for massively accelerating, standardizing, and enhancing the boot process. DetailsThe general boot process can be outlined this way:
An overview of mod-boot is as so:
|
Sign in to add a comment