1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2024-12-22 06:38:07 +00:00
linux-insides/Booting
Kagurazaka Kotori 3d55fd2be8
Correct the description of check_cpu()
check_cpu() turns on SSE instructions by clearing bit 15 of HWCR MSR
on legacy AMD processors. Refer to "MSRC001_0015 Hardware Configuration
(HWCR)" of BIOS and Kernel Developer Guide (BKDG) for AMD Family 14h
Models 00h-0Fh Processors [1].

[1] https://www.amd.com/system/files/TechDocs/43170_14h_Mod_00h-0Fh_BKDG.pdf
2022-11-01 16:05:43 +08:00
..
images [ImgBot] Optimize images 2021-08-02 16:25:26 +00:00
linux-bootstrap-1.md Booting: Add coreboot source code links to linux-bootstrap-1.md 2021-08-16 15:56:08 +05:30
linux-bootstrap-2.md Correct the description of check_cpu() 2022-11-01 16:05:43 +08: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.