1
1
Fork 0

Checking multiboot stuff oh yah

This commit is contained in:
Lauren Toivanen 2023-06-14 05:13:21 +03:00
parent 99e0b4debb
commit 663a6317c4
Signed by: jt
GPG key ID: 9151B109B73ECAD5
3 changed files with 307 additions and 6 deletions

View file

@ -54,8 +54,11 @@ _start:
; Setup stack
mov esp, stack_top
; Call the main kernel function.
call disable_cursor
; Call the main kernel function.
push ebx
push eax
call kmain