We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d350525 + 7f46da2 commit aaf2748Copy full SHA for aaf2748
src/arch/x86_64/init/cpu.asm
@@ -17,7 +17,7 @@ init_cpu:
17
; Flush Cache
18
wbinvd
19
20
-; Diable Paging Global Extensions
+; Disable Paging Global Extensions
21
mov rax, cr4
22
btr rax, 7 ; Clear Paging Global Extensions (Bit 7)
23
mov cr4, rax
0 commit comments