Startup's responsibilities
Let's take a look at the overall responsibilities and flow of the startup code:
Copy and decompress the image, if necessary.
Configure hardware.
Determine system configuration.
Start the kernel.
Copying and decompressing the image
Configuring the hardware
Determining system configuration
Establishing callouts
Starting the OS
The startup library
Parent topic:
Introduction