1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2025-01-31 01:53:16 +00:00
linux-insides/Booting
Matthieu Tardy 7f8146db1e Fix linux-bootstrap-1.md
Fix some offset and size errors.
Replace the ambiguous term "segment" by "segment selector".
Add an explanation for the reset vector address.
Fix a typo in the segment register align part (it's a cld and not a cli).
Add missing syntax highlighting.
2016-01-22 06:01:43 +01:00
..
linux-bootstrap-1.md Fix linux-bootstrap-1.md 2016-01-22 06:01:43 +01:00
linux-bootstrap-2.md fix minor grammer errors 2016-01-06 18:16:12 +08:00
linux-bootstrap-3.md Merge pull request #299 from mudongliang/modifyinternals 2015-12-16 23:07:20 +06:00
linux-bootstrap-4.md fix minor grammer errors 2016-01-06 18:16:12 +08:00
linux-bootstrap-5.md fix minor grammer errors 2016-01-06 18:16:12 +08:00
README.md modify some descriptions of README in Booting 2015-09-09 18:36:33 +08:00

Kernel boot process

This chapter describes the linux kernel boot process. You will see here a couple of posts which describe the full cycle of the kernel loading process: