1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2024-11-01 12:39:09 +00:00
linux-insides/Booting
Kevin Swinton 77f2bef595 Update linux-bootstrap-1.md
A small review of the BSS area. I hope you find the changes acceptable - the changes proposed here should improve the narrative flow, as well as provide a slightly clearer explanation as to what the x86 code is doing (for those less familiar with native x86 instructions).
2015-03-27 20:42:31 +00:00
..
linux-bootstrap-1.md Update linux-bootstrap-1.md 2015-03-27 20:42:31 +00:00
linux-bootstrap-2.md Update linux-bootstrap-2.md 2015-03-23 09:44:57 +01:00
linux-bootstrap-3.md
linux-bootstrap-4.md
linux-bootstrap-5.md
README.md Initialization added 2015-03-08 11:44:22 +06:00

Kernel booting process

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