Exit upon errors when multibooting
This commit is contained in:
parent
47ba6fe99e
commit
a0b6928ca8
|
@ -74,6 +74,8 @@ _start:
|
|||
push %ebx
|
||||
call multiboot
|
||||
add $0x4, %esp
|
||||
cmp $0x0, %eax
|
||||
jne 2f
|
||||
|
||||
/* set the interrupt descriptor */
|
||||
call __arch_setidt
|
||||
|
|
Loading…
Reference in New Issue
Block a user