mirror of
https://github.com/0xAX/linux-insides.git
synced 2024-11-01 04:29:39 +00:00
43a20464c4
spelling fix. |
||
---|---|---|
.. | ||
linux-initialization-1.md | ||
linux-initialization-2.md | ||
linux-initialization-3.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.
- Last preparations before kernel entry point - describes the last preparations before the call of the
start_kernel
.