1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2025-01-06 22:01:06 +00:00
linux-insides/Initialization
Jakub Duchniewicz 11189207f6 Fix grammar in linux-initialization-3.
Signed-off-by: Jakub Duchniewicz <j.duchniewicz@gmail.com>
2023-04-15 22:53:37 +02:00
..
images [ImgBot] Optimize images 2021-08-02 16:25:26 +00:00
linux-initialization-1.md capitalize Linux everywhere 2022-05-01 09:12:23 -04:00
linux-initialization-2.md capitalize Linux everywhere 2022-05-01 09:12:23 -04:00
linux-initialization-3.md Fix grammar in linux-initialization-3. 2023-04-15 22:53:37 +02:00
linux-initialization-4.md init: s/common_cpu/cpu_number 2022-07-31 16:01:55 +06:00
linux-initialization-5.md Merge branch 'master' into capitalize-linux 2022-07-31 15:31:51 +06:00
linux-initialization-6.md Merge branch 'master' into capitalize-linux 2022-07-31 15:31:51 +06:00
linux-initialization-7.md Merge branch 'master' into capitalize-linux 2022-07-31 15:31:51 +06:00
linux-initialization-8.md Merge branch 'master' into capitalize-linux 2022-07-31 15:31:51 +06:00
linux-initialization-9.md Merge branch 'master' into capitalize-linux 2022-07-31 15:31:51 +06:00
linux-initialization-10.md Merge branch 'master' into capitalize-linux 2022-07-31 15:31:51 +06:00
README.md capitalize Linux everywhere 2022-05-01 09:12:23 -04: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.