linux-insides/Initialization
2018-03-19 22:09:46 -04:00
..
linux-initialization-1.md In the following expression, we add the value of phys_base to the 2017-11-29 16:21:45 +08:00
linux-initialization-2.md Make all Github links reference a specific commit 2017-07-30 15:56:26 -04:00
linux-initialization-3.md Fix typo linux-initialization-3 2017-08-04 12:22:11 +02:00
linux-initialization-4.md Change mm to MM, interrupts to Interrupts 2018-03-16 16:03:40 -04:00
linux-initialization-5.md update the entry_64.S link in the linux-initialization-5.md file 2017-10-29 11:33:26 +08:00
linux-initialization-6.md Change mm to MM, interrupts to Interrupts 2018-03-16 16:03:40 -04:00
linux-initialization-7.md Change mm to MM, interrupts to Interrupts 2018-03-16 16:03:40 -04:00
linux-initialization-8.md fix interrupts 2018-03-19 22:09:46 -04:00
linux-initialization-9.md Change mm to MM, interrupts to Interrupts 2018-03-16 16:03:40 -04:00
linux-initialization-10.md Make all Github links reference a specific commit 2017-07-30 15:56: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.