Merge branch 'main' of git.chauvet.pro:starnakin/42_KFS
This commit is contained in:
@ -91,7 +91,7 @@ _start:
|
||||
|
||||
# Enable paging and the write-protect bit.
|
||||
movl %cr0, %ecx
|
||||
orl $0x80010000, %ecx
|
||||
orl $0x80000000, %ecx
|
||||
movl %ecx, %cr0
|
||||
|
||||
# Jump to higher half with an absolute jump.
|
||||
@ -119,4 +119,4 @@ _start:
|
||||
# Infinite loop if the system has nothing more to do.
|
||||
cli
|
||||
1: hlt
|
||||
jmp 1b
|
||||
jmp 1b
|
||||
|
||||
Reference in New Issue
Block a user