1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2025-01-03 12:20:56 +00:00
linux-insides/Booting
Alexander Kuleshov b4f824db27
fix order of calling set_bios_mode()
Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
2018-06-14 23:47:54 +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 fix order of calling set_bios_mode() 2018-06-14 23:47:54 +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.