Skip to content

Commit 0801a3b

Browse files
committed
boot: note that Booting dir contains data related to Linux kernel v4.16
Signed-off-by: Alexander Kuleshov <[email protected]>
1 parent 4df08a0 commit 0801a3b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Booting/README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
# Kernel Boot Process
22

3-
This chapter describes the linux kernel boot process. Here you will see a
4-
series of posts which describes the full cycle of the kernel loading process:
3+
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:
54

65
* [From the bootloader to kernel](linux-bootstrap-1.md) - describes all stages from turning on the computer to running the first instruction of the kernel.
76
* [First steps in the kernel setup code](linux-bootstrap-2.md) - describes first steps in the kernel setup code. You will see heap initialization, query of different parameters like EDD, IST and etc...
87
* [Video mode initialization and transition to protected mode](linux-bootstrap-3.md) - describes video mode initialization in the kernel setup code and transition to protected mode.
98
* [Transition to 64-bit mode](linux-bootstrap-4.md) - describes preparation for transition into 64-bit mode and details of transition.
109
* [Kernel Decompression](linux-bootstrap-5.md) - describes preparation before kernel decompression and details of direct decompression.
1110
* [Kernel random address randomization](linux-bootstrap-6.md) - describes randomization of the Linux kernel load address.
11+
12+
This chapter coincides with with `Linux kernel v4.16`.

0 commit comments

Comments
 (0)