1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2024-12-22 22:58:08 +00:00
linux-insides/Booting
Alexander Kuleshov 3d68ef4efe
boot: update to last linux v4.16
Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
2018-05-12 01:27:02 +06:00
..
linux-bootstrap-1.md boot: update to last linux v4.16 2018-05-12 01:27:02 +06:00
linux-bootstrap-2.md boot: update to last linux v4.16 2018-05-12 01:27:02 +06:00
linux-bootstrap-3.md boot: update to last linux v4.16 2018-05-12 01:27:02 +06:00
linux-bootstrap-4.md boot: update to last linux v4.16 2018-05-12 01:27:02 +06:00
linux-bootstrap-5.md boot: update to last linux v4.16 2018-05-12 01:27:02 +06:00
linux-bootstrap-6.md boot: update to last linux v4.16 2018-05-12 01:27:02 +06:00
README.md boot: note that Booting dir contains data related to Linux kernel v4.16 2018-05-11 23:47:18 +06: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 with Linux kernel v4.16.