1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2024-11-01 04:29:39 +00:00
linux-insides/Booting
Alexander Kuleshov abf4f684a5 bootstrap1: .org directive is useless in a case of binary output
so we may remove one.

Thank you @slo

Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
2017-11-27 00:55:57 +06:00
..
linux-bootstrap-1.md bootstrap1: .org directive is useless in a case of binary output 2017-11-27 00:55:57 +06:00
linux-bootstrap-2.md Update link for check_cpu function 2017-11-06 23:31:50 +08:00
linux-bootstrap-3.md typo fixed (0bB800 -> 0xb800) 2017-11-10 19:17:52 +09:00
linux-bootstrap-4.md update linux kernel boostrap parts to the last kernel from upstream 2017-09-23 00:06:01 +06:00
linux-bootstrap-5.md update linux kernel boostrap parts to the last kernel from upstream 2017-09-23 00:06:01 +06:00
README.md many fixes in boot part 1 2017-07-14 18:44:35 +06:00

Kernel Boot Process

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