1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2024-12-22 06:38:07 +00:00
typo fix
This commit is contained in:
yash1120 2022-01-25 16:32:32 +05:30 committed by GitHub
parent a6e43148bd
commit 9e44bdb61c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ This is the third part of the `Kernel booting process` series. In the previous [
In this part, we will look at:
* video mode initialization in the kernel setup code,
* Video mode initialization in the kernel setup code,
* the preparations made before switching into protected mode,
* the transition to protected mode