1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2024-11-01 04:29:39 +00:00
linux-insides/Initialization
0xAX 9b4c9dcd91
Merge pull request #621 from tkyymmt/patch2
Update Page fault handling paragraph
2018-09-12 20:37:07 +06:00
..
linux-initialization-1.md Update descriptions related to initial_stack 2018-08-18 23:17:38 +09:00
linux-initialization-2.md Merge pull request #621 from tkyymmt/patch2 2018-09-12 20:37:07 +06:00
linux-initialization-3.md Fix path to setup.h 2018-08-12 17:54:32 +00:00
linux-initialization-4.md s/http/https for linux-insides 2018-03-24 01:06:57 +06:00
linux-initialization-5.md s/http/https for linux-insides 2018-03-24 01:06:57 +06:00
linux-initialization-6.md initialization: update links to kernel-parameters docs 2018-06-16 00:50:38 +06:00
linux-initialization-7.md initialization: update links to kernel-parameters docs 2018-06-16 00:50:38 +06:00
linux-initialization-8.md s/http/https for linux-insides 2018-03-24 01:06:57 +06: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.