linux-insides/Initialization
Radek Dostál 4e08a7e426 Initialization: make grep command more precise
Idea is clearly to grep for "kthreadd", even though grepping for "kthread"
will also work.

Signed-off-by: Radek Dostál <rd@radekdostal.com>
2017-07-22 20:12:21 +02:00
..
linux-initialization-1.md Initialization: fix copy paste error 2017-07-22 20:12:11 +02: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 Initialization: fix spelling 2017-07-22 20:12:21 +02:00
linux-initialization-9.md fix typos 2016-05-19 10:46:26 -04:00
linux-initialization-10.md Initialization: make grep command more precise 2017-07-22 20:12:21 +02: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.