linux-insides/Initialization
Alexander Kuleshov 29771f71d8 typo fixed
2017-07-14 17:53:49 +06:00
..
linux-initialization-1.md typo fixed 2017-07-14 17:53:49 +06:00
linux-initialization-2.md IDT diagram fixed 2017-03-29 00:25:22 +06:00
linux-initialization-3.md Initialization: Fix typos 2016-06-28 11:31:24 +02:00
linux-initialization-4.md remove description of lockdep_init() 2017-03-02 14:48:13 +06:00
linux-initialization-5.md fix a typo 2017-07-14 17:52:40 +06:00
linux-initialization-6.md Initialization: Fix typos 2016-06-28 11:31:24 +02:00
linux-initialization-7.md Initialization: Fix typos 2016-06-28 11:31:24 +02:00
linux-initialization-8.md fix a typo 2017-07-14 17:34:50 +06:00
linux-initialization-9.md fix typos 2016-05-19 10:46:26 -04:00
linux-initialization-10.md fix typos 2016-05-19 10:46:26 -04:00
README.md Change README links as relative 2017-01-07 10:53:22 +03:00

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.