mirror of
https://gitlab.os-k.eu/os-k-team/os-k.git
synced 2023-08-25 14:03:10 +02:00
stuff
This commit is contained in:
parent
b9322e60e0
commit
4a9b54cc3e
@ -102,7 +102,9 @@ mbMagic dq 0
|
||||
lbegin:
|
||||
|
||||
pop ebx ; 1st argument multiboot info pointer
|
||||
mov [mbInfo], ebx
|
||||
pop eax ; 2nd argument is magic number
|
||||
mov [mbMagic], eax
|
||||
|
||||
call clear ; Clear the screen
|
||||
|
||||
@ -159,6 +161,9 @@ _loader64:
|
||||
call tritemporize ; Let time to see
|
||||
|
||||
extern StartKern
|
||||
|
||||
push qword 12
|
||||
push qword 12
|
||||
call StartKern
|
||||
|
||||
;; We must never reach this point ------------------------------------------- ;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user