Checking multiboot stuff oh yah
This commit is contained in:
parent
99e0b4debb
commit
663a6317c4
3 changed files with 307 additions and 6 deletions
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue