1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2024-11-01 04:29:39 +00:00
linux-insides/Initialization
2015-10-16 22:05:36 +08:00
..
linux-initialization-1.md modify 'internals' to 'insides' 2015-10-16 22:05:36 +08:00
linux-initialization-2.md modify 'internals' to 'insides' 2015-10-16 22:05:36 +08:00
linux-initialization-3.md modify 'internals' to 'insides' 2015-10-16 22:05:36 +08:00
linux-initialization-4.md modify 'internals' to 'insides' 2015-10-16 22:05:36 +08:00
linux-initialization-5.md modify 'internals' to 'insides' 2015-10-16 22:05:36 +08:00
linux-initialization-6.md modify 'internals' to 'insides' 2015-10-16 22:05:36 +08:00
linux-initialization-7.md modify 'internals' to 'insides' 2015-10-16 22:05:36 +08:00
linux-initialization-8.md modify 'internals' to 'insides' 2015-10-16 22:05:36 +08:00
linux-initialization-9.md modify 'internals' to 'insides' 2015-10-16 22:05:36 +08:00
linux-initialization-10.md modify 'internals' to 'insides' 2015-10-16 22:05:36 +08:00
README.md fixing init #9 link 2015-05-24 19:05:25 -05:00

Kernel initialization process

You will find here a couple of posts which describe the full cycle of kernel initialization from its first steps after the kernel has decompressed to the start of the first process run by the kernel itself.

Note That there will not be 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'll miss, will be described in other chapters.