1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2024-12-22 14:48:08 +00:00
linux-insides/Initialization
Michael D 99e156101a More image file salvaging
Patch 3: Initialization/
2019-10-10 19:54:55 +02:00
..
images More image file salvaging 2019-10-10 19:54:55 +02:00
linux-initialization-1.md encode parenthesis to make gitbook markdown parser happy 2018-11-17 17:04:55 +08:00
linux-initialization-2.md Update linux-initialization-2.md 2019-02-28 21:41:55 +08:00
linux-initialization-3.md Update linux-initialization-3.md 2019-03-02 14:43:14 +08:00
linux-initialization-4.md Fix typos 2019-07-14 17:49:36 +00:00
linux-initialization-5.md Update linux-initialization-5.md 2019-03-07 21:53:17 +08:00
linux-initialization-6.md More image file salvaging 2019-10-10 19:54:55 +02:00
linux-initialization-7.md More image file salvaging 2019-10-10 19:54:55 +02:00
linux-initialization-8.md More image file salvaging 2019-10-10 19:54:55 +02:00
linux-initialization-9.md s/http/https for linux-insides 2018-03-24 01:06:57 +06:00
linux-initialization-10.md s/http/https for linux-insides 2018-03-24 01:06:57 +06: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.