Exit upon errors when multibooting

This commit is contained in:
Pierre Pronchery 2018-06-21 02:13:19 +02:00
parent 47ba6fe99e
commit a0b6928ca8

View File

@ -74,6 +74,8 @@ _start:
push %ebx
call multiboot
add $0x4, %esp
cmp $0x0, %eax
jne 2f
/* set the interrupt descriptor */
call __arch_setidt