1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2024-11-01 04:29:39 +00:00
linux-insides/Initialization
Alexander Kuleshov 1a15aeda5a IDT diagram fixed
2017-03-29 00:25:22 +06:00
..
linux-initialization-1.md Many fixes for initialization and MM related parts 2016-12-24 23:12:25 +06:00
linux-initialization-2.md IDT diagram fixed 2017-03-29 00:25:22 +06:00
linux-initialization-3.md
linux-initialization-4.md remove description of lockdep_init() 2017-03-02 14:48:13 +06:00
linux-initialization-5.md Many fixes for initialization and MM related parts 2016-12-24 23:12:25 +06:00
linux-initialization-6.md
linux-initialization-7.md Initialization: Fix typos 2016-06-28 11:31:24 +02:00
linux-initialization-8.md
linux-initialization-9.md fix typos 2016-05-19 10:46:26 -04:00
linux-initialization-10.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 step after the kernel has been decompressed to the start of the first process run by the kernel itself.

Note That there will not be a description of the all kernel initialization steps. Here will be only generic kernel part, without interrupts handling, ACPI, and many other parts. All parts which I have missed, will be described in other chapters.