1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2025-08-04 22:25:17 +00:00
linux-insides/Booting
Yiyang Chen 3ca30549a0 Fix misdescription about conforming bit
Conforming bit is bit 42 in segment descriptor, not 43.

Signed-off-by: Yiyang Chen <cyyzero@qq.com>
2025-07-27 13:07:02 +00:00
..
images [ImgBot] Optimize images 2021-08-02 16:25:26 +00:00
linux-bootstrap-1.md Fix link to assembler blog 2025-06-15 15:03:00 +05:00
linux-bootstrap-2.md Fix misdescription about conforming bit 2025-07-27 13:07:02 +00:00
linux-bootstrap-3.md Merge branch 'master' into capitalize-linux 2022-07-31 15:31:51 +06:00
linux-bootstrap-4.md capitalize Linux everywhere 2022-05-01 09:12:23 -04:00
linux-bootstrap-5.md Merge branch 'master' into capitalize-linux 2022-07-31 15:31:51 +06:00
linux-bootstrap-6.md Merge branch 'master' into capitalize-linux 2022-07-31 15:31:51 +06:00
README.md Merge branch 'master' into capitalize-linux 2022-07-31 15:31:51 +06:00

Kernel Boot Process

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

This chapter coincides with Linux kernel v4.17.