1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2024-11-01 04:29:39 +00:00
linux-insides/Booting
0xAX 85b813292f Merge pull request #302 from hitmoon/master
fix logic error about KEEP_SEGMENTS flags
2015-12-11 13:37:56 +06:00
..
linux-bootstrap-1.md Merge pull request #304 from shravanshandilya/master 2015-12-09 22:49:58 +06:00
linux-bootstrap-2.md Merge pull request #289 from ruthgrace/bootstrap_2_console_init 2015-11-15 11:14:44 +03:00
linux-bootstrap-3.md Merge pull request #273 from ruthgrace/bootstrap_3_actual_transition_protected 2015-11-02 13:39:38 +06:00
linux-bootstrap-4.md fix logic error about KEEP_SEGMENTS flags 2015-11-25 18:34:32 +08:00
linux-bootstrap-5.md Merge pull request #250 from ruthgrace/bootstrap_5_last_prep 2015-10-17 00:24:15 +06:00
README.md

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: