mirror of
https://github.com/0xAX/linux-insides
synced 2024-10-31 03:20:14 +00:00
0ea35206e2
Add gabesullice to contributors.md |
||
---|---|---|
.. | ||
linux-initialization-1.md | ||
linux-initialization-2.md | ||
linux-initialization-3.md | ||
README.md |
Kernel initialization process
You will find here a couple of posts which describe the full cycle of kernel initialization from its first steps after the kernel has decompressed to the start of the first process run by the kernel itself.
- First steps after kernel decompression - describes first steps in the kernel.
- Early interupt and exception handling - describes early interrupts initialization and early page fault handler.
- Last preparations before the kernel entry point - describes the last preparations before the call of the
start_kernel
.