mirror of
https://github.com/0xAX/linux-insides.git
synced 2024-10-31 20:18:56 +00:00
.. | ||
linux-initialization-1.md | ||
linux-initialization-2.md | ||
README.md |
Kernel initialization 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 interupt and exception handling - describes early interrupts initialization and early page fault handler.