October 2000
Intermediate to advanced
704 pages
18h 44m
English
The boot process loads the binary kernel objects that make up the Solaris kernel from a bootable system disk into physical memory, initializes the kernel structures, sets system tuneable parameters, starts system processes (daemons), and brings the system to a known, usable state. The basic steps involved in booting can be summarized as follows:
1. |
The boot(1M) command reads and loads the bootblock into memory.
|
2. |
The bootblock locates and loads the secondary boot program, ufsboot, into memory and passes control to it.
|
3. |
ufsboot locates and loads the core kernel images and the required kernel runtime linker into memory and passes control to the loaded kernel.
|
4. | The core kernel locates and loads mandatory ... |
Read now
Unlock full access