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.
Andreas J. Reichel 8be1e44662 Correct description of btsl $_EFER_LME, %eax
The btsl not only tests the bit, it tests the bit
by transfering it into the carry flag and then sets
it as well. Otherwise the wrmsr would not make sense.

Signed-off-by: Andreas J. Reichel <webmaster@6th-dimension.com>
4 years ago
..
images Salvage images from archive.org and add them to git 5 years ago
README.md typo fix 6 years ago
linux-bootstrap-1.md Salvage images from archive.org and add them to git 5 years ago
linux-bootstrap-2.md Merge pull request #692 from darkstar/fixes 5 years ago
linux-bootstrap-3.md Salvage images from archive.org and add them to git 5 years ago
linux-bootstrap-4.md Correct description of btsl $_EFER_LME, %eax 4 years ago
linux-bootstrap-5.md Fix grammar and improve formatting 5 years ago
linux-bootstrap-6.md Fix grammar and improve formatting 5 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.