1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2024-12-22 06:38:07 +00:00
linux-insides/Initialization
Sebastian Fricke 991f171c6d Initialization/linux-initialization-8.md: Fix grammatical errors & improve wording
s/as if a single task/as if they were a single task/
s/The least unit which scheduler operates is an individual task or thread. But a process is not only one type of entities of which the scheduller may operate./
The smallest unit that the scheduler works with is an individual task or thread. However, a process is not the only type of entity that the scheduler can operate with./
s/these options provides support/these options provide support/
s/The first one option provides support for group scheduling with `completely fair scheduler` policies and the second with `real-time` policies respectively./
The first option provides support for group scheduling with the `completely fair scheduler` policies and the second with the `real-time` policies respectively./
s/It means that it supports/That means it supports/
2020-04-18 07:11:09 +02:00
..
images More image file salvaging 2019-10-10 19:54:55 +02: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 Fix typos 2019-07-14 17:49:36 +00:00
linux-initialization-5.md Update linux-initialization-5.md 2019-03-07 21:53:17 +08:00
linux-initialization-6.md More image file salvaging 2019-10-10 19:54:55 +02:00
linux-initialization-7.md More image file salvaging 2019-10-10 19:54:55 +02:00
linux-initialization-8.md Initialization/linux-initialization-8.md: Fix grammatical errors & improve wording 2020-04-18 07:11:09 +02: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.