You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
2 years ago
..
images [ImgBot] Optimize images 3 years ago
README.md Merge branch 'master' into capitalize-linux 2 years ago
linux-bootstrap-1.md Booting: Add coreboot source code links to linux-bootstrap-1.md 3 years ago
linux-bootstrap-2.md Correct the description of check_cpu() 2 years ago
linux-bootstrap-3.md Merge branch 'master' into capitalize-linux 2 years ago
linux-bootstrap-4.md capitalize Linux everywhere 2 years ago
linux-bootstrap-5.md Merge branch 'master' into capitalize-linux 2 years ago
linux-bootstrap-6.md Merge branch 'master' into capitalize-linux 2 years ago

README.md

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.