Skip to content

Files

Latest commit

3920ef4 · Jul 31, 2022

History

History
This branch is 17 commits behind 0xAX/linux-insides:master.

Initialization

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Aug 2, 2021
May 1, 2022
May 1, 2022
Jul 31, 2022
May 1, 2022
Jul 31, 2022
Jul 31, 2022
Jul 31, 2022
Jul 31, 2022
Jul 31, 2022
Jul 31, 2022
Jul 31, 2022

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.