1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2024-12-22 14:48:08 +00:00
linux-insides/Initialization
johnny fc971e9a82
Update linux-initialization-6.md
SMBIOS EPS table residents in physical memory addresses between 0xF0000 and 0xFFFFF
2019-03-08 22:26:21 +08: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 Update linux-initialization-4.md 2019-03-04 21:37:36 +08:00
linux-initialization-5.md Update linux-initialization-5.md 2019-03-07 21:53:17 +08:00
linux-initialization-6.md Update linux-initialization-6.md 2019-03-08 22:26:21 +08: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.