1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2024-11-01 04:29:39 +00:00
linux-insides/Initialization
2017-10-29 11:33:26 +08:00
..
linux-initialization-1.md Make all Github links reference a specific commit 2017-07-30 15:56:26 -04: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 Fix arch_local_irq_disable C code extract 2017-08-04 15:44:22 +02: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 Make all Github links reference a specific commit 2017-07-30 15:56:26 -04:00
linux-initialization-7.md Make all Github links reference a specific commit 2017-07-30 15:56:26 -04:00
linux-initialization-8.md corrected typos 2017-08-02 00:44:53 +05:30
linux-initialization-9.md Make all Github links reference a specific commit 2017-07-30 15:56:26 -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.