Skip to content

Commit aaf2748

Browse files
authored
Merge pull request #65 from DonosoNaumczuk/master
Fix typo cpu.asm
2 parents d350525 + 7f46da2 commit aaf2748

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/arch/x86_64/init/cpu.asm

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ init_cpu:
1717
; Flush Cache
1818
wbinvd
1919

20-
; Diable Paging Global Extensions
20+
; Disable Paging Global Extensions
2121
mov rax, cr4
2222
btr rax, 7 ; Clear Paging Global Extensions (Bit 7)
2323
mov cr4, rax

0 commit comments

Comments
 (0)