1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2024-11-15 20:48:57 +00:00
linux-insides/Booting
Cao jin c2092a481e Sentences improvement in linux-bootstrap-4.md
This patch fixed half of issue of #645:
1.
"The value assigned to it is an offset relative to the offset of the segment"
-->
"The value assigned to it is an offset relative to the segment"

2.
"adding the address field of the instruction and the value of the program counter"
-->
"adding the address field of the instruction to the value of the program counter"

3.
"PAE mode" --> "PAE", because PAE is not a mode.

4.
"5 bit" --> "the 5th bit"
2019-01-15 10:37:27 +08:00
..
linux-bootstrap-1.md Minor capitalization nitpick 2018-12-14 20:33:55 +11:00
linux-bootstrap-2.md Fix tables and pseudographics formatting 2018-08-06 09:09:57 +00:00
linux-bootstrap-3.md Fix the typo 2018-11-29 15:31:41 +08:00
linux-bootstrap-4.md Sentences improvement in linux-bootstrap-4.md 2019-01-15 10:37:27 +08:00
linux-bootstrap-5.md boot: fix indentation 2018-06-18 00:43:01 +06:00
linux-bootstrap-6.md Fix incorrect links to the previous part 2018-07-24 17:44:16 +00:00
README.md typo fix 2018-12-01 13:30:26 +08:00

Kernel Boot Process

This chapter describes the linux kernel boot process. Here you will see a series of posts which describes the full cycle of the kernel loading process:

This chapter coincides with Linux kernel v4.17.