1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2024-12-22 14:48:08 +00:00
linux-insides/Booting
2019-08-01 15:20:24 -07:00
..
linux-bootstrap-1.md Cleanup some of the grammar to flow better 2019-08-01 15:20:24 -07:00
linux-bootstrap-2.md Fix desc about movzbl in linux-bootstrap-2.md 2019-03-28 11:57:59 +08:00
linux-bootstrap-3.md Fix the typo 2018-11-29 15:31:41 +08:00
linux-bootstrap-4.md Fix grammar and improve formatting 2019-04-15 23:56:02 +05:30
linux-bootstrap-5.md Fix grammar and improve formatting 2019-04-15 23:56:02 +05:30
linux-bootstrap-6.md Fix grammar and improve formatting 2019-04-15 23:56:02 +05:30
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.