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
85132db7a9
commit
f836157c90
@ -162,8 +162,8 @@ _loader64:
|
||||
|
||||
extern StartKern
|
||||
|
||||
push qword 12
|
||||
push qword 12
|
||||
mov rsi, [mbInfo]
|
||||
mov rdi, [mbMagic]
|
||||
call StartKern
|
||||
|
||||
;; We must never reach this point ------------------------------------------- ;;
|
||||
|
@ -33,9 +33,6 @@ extern void testf(void);
|
||||
//
|
||||
noreturn void StartKern(void *mbInfo, int mbMagic)
|
||||
{
|
||||
(void)mbInfo;
|
||||
(void)mbMagic;
|
||||
|
||||
// We're not ready to deal with interrupts
|
||||
DisableIRQs();
|
||||
|
||||
@ -43,6 +40,6 @@ noreturn void StartKern(void *mbInfo, int mbMagic)
|
||||
InitTerms();
|
||||
|
||||
// We're out
|
||||
StartPanic("We had\n *mbInfo : %x\n mbMagic : %x\n\nGoodbye World :(", mbInfo, mbMagic);
|
||||
StartPanic("We had\n *mbInfo : %p\n mbMagic : %x\n\nGoodbye World :(", mbInfo, mbMagic);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user