Commented call_kmain

This commit is contained in:
Arnau Camprubí 2022-06-17 12:29:08 +02:00
pare 1215e39086
commit 541d7924b0

Veure arxiu

@ -23,10 +23,13 @@ mboot:
dd MULTIBOOT_CHECKSUM
call_kmain:
; Call kernel
call kmain
; If on qemu, shutdown
push 0x2000
push 0x604
call i686_outw
; Halt
jmp $
section .bss