This commit is contained in:
nub31
2025-09-03 18:31:10 +02:00
parent 0583c8c1a3
commit f05e7c9e64
31 changed files with 164 additions and 163 deletions

View File

@@ -1,6 +1,6 @@
global _start
global pml4
extern entry
extern x86_64_main
%define FLAGS 0b10
%define MAGIC 0x1BADB002
@@ -150,7 +150,7 @@ section .text
; Finally, we call in to c
mov edi, [multiboot_magic]
mov esi, [multiboot_info]
call entry
call x86_64_main
.hang:
hlt
jmp .hang