1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2024-11-01 04:29:39 +00:00
linux-insides/Initialization
2015-05-17 19:59:01 +06:00
..
linux-initialization-1.md Fix broken link 2015-05-11 18:48:34 +02:00
linux-initialization-2.md Some spelling & sentence corrections. 2015-03-17 17:13:46 +05:30
linux-initialization-3.md Fix typos in repository 2015-04-19 22:15:28 +03:00
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 Update linux-initialization-8.md 2015-05-10 19:57:46 +06:00
linux-initialization-9.md Create linux-initialization-9.md 2015-05-17 19:59:01 +06:00
README.md Update README.md 2015-05-16 17:46:24 +06: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.