1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2024-11-01 04:29:39 +00:00
linux-insides/Initialization
2015-10-12 15:10:55 -04:00
..
linux-initialization-1.md Update linux-initialization-1.md 2015-10-08 12:44:38 -07:00
linux-initialization-2.md Update linux-initialization-2.md 2015-08-03 16:18:53 +08:00
linux-initialization-3.md
linux-initialization-4.md Fixed some typos and grammatical errors 2015-05-13 16:48:13 -04:00
linux-initialization-5.md Update linux-initialization-5.md 2015-04-25 13:23:08 +06:00
linux-initialization-6.md Remove space from linux-initialization-6.md 2015-05-03 16:56:14 -07:00
linux-initialization-7.md Update linux-initialization-7.md 2015-05-03 20:24:17 +06:00
linux-initialization-8.md Some english fixes - "runned" 2015-07-17 10:45:28 -03:00
linux-initialization-9.md fixed broken link to Radix Tree page 2015-10-12 15:10:55 -04:00
linux-initialization-10.md Some english fixes - "runned" 2015-07-17 10:45:28 -03:00
README.md fixing init #9 link 2015-05-24 19:05:25 -05:00

Kernel initialization process

You will find here a couple of posts which describe the full cycle of kernel initialization from its first steps after the kernel has decompressed to the start of the first process run by the kernel itself.

Note That there will not be 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'll miss, will be described in other chapters.