Reboot after keypress instead of halting on boot failure
This commit is contained in:
parent
6eca218f8e
commit
91cad67415
@ -1,8 +1,9 @@
|
||||
errcll: ; put return address into dx
|
||||
pop dx
|
||||
errjmp: call dmpdx
|
||||
hlt: hlt
|
||||
jmp hlt
|
||||
xor ax, ax
|
||||
int 0x16
|
||||
int 0x19
|
||||
dmpdx: ; setup bx and ah for int 10h call
|
||||
xor bx, bx
|
||||
mov ah, 0x0e
|
||||
|
Loading…
Reference in New Issue
Block a user