Merge branch 'main' of git.chauvet.pro:starnakin/42_KFS

This commit is contained in:
2024-10-17 16:11:40 +02:00
10 changed files with 95 additions and 16 deletions

View File

@ -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