1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2024-11-01 04:29:39 +00:00
linux-insides/Initialization
haishanh fbe7909510 Fix some typos in chapter Initialization
linux-initialization-2.md:

 * `arlready -> already`
 * `instruuction -> instruction`

linux-initialization-3.md:

 * `initilized -> initialized`

linux-initialization-4.md:

 * `killobytes -> kilobytes`

linux-initialization-5.md:

 * `killobytes -> kilobytes`
 * `resason -> reason`
 * `subscract -> substract`
 * `comminicate -> communicate`
 * `initializtion -> initialization`
 * `Initiaization -> initialization`
 * `parameteres -> parameters`
2016-03-21 13:37:55 +08:00
..
linux-initialization-1.md update initialzation-1.md 2016-01-30 00:47:21 +06:00
linux-initialization-2.md Fix some typos in chapter Initialization 2016-03-21 13:37:55 +08:00
linux-initialization-3.md Fix some typos in chapter Initialization 2016-03-21 13:37:55 +08:00
linux-initialization-4.md Fix some typos in chapter Initialization 2016-03-21 13:37:55 +08:00
linux-initialization-5.md Fix some typos in chapter Initialization 2016-03-21 13:37:55 +08:00
linux-initialization-6.md fix some grammer errors 2016-01-06 18:16:12 +08:00
linux-initialization-7.md fix grammer errors of the rest parts 2016-01-12 15:43:54 +08:00
linux-initialization-8.md fix grammer errors of the rest parts 2016-01-12 15:43:54 +08:00
linux-initialization-9.md fix grammer errors of the rest parts 2016-01-12 15:43:54 +08:00
linux-initialization-10.md fix grammer errors of the rest parts 2016-01-12 15:43:54 +08:00
README.md fix grammer errors in initialization/README.md 2016-01-06 18:16:12 +08: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 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.