1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2025-02-07 05:02:47 +00:00
linux-insides/Booting
0xAX cdb3a8af99 Merge pull request #290 from ruthgrace/bootstrap_1_start_of_kernel_setup
fixed grammar in linux-bootstrap-1.md, Start of kernel setup section
2015-11-16 13:17:59 +03:00
..
linux-bootstrap-1.md fixed grammar in linux-bootstrap-1.md, Start of kernel setup section 2015-10-31 02:52:15 -04: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 Merge pull request #262 from ruthgrace/bootstrap_4_transition_lon 2015-10-20 13:16:56 +06: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 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: