mirror of
https://github.com/MintCN/linux-insides-zh.git
synced 2026-04-24 18:50:42 +08:00
Kernel booting process
You will see here a couple of posts which describes full cycle of the kernel initialization from the first steps after kernel decompressed to starting of the first process runned by kernel.
- First steps after kernel decompressed - describes first steps in the kernel.
- Early interupts and exception handling - describes early interrupts initialization and early page fault handler.