Reboot after keypress instead of halting on boot failure
This commit is contained in:
parent
6eca218f8e
commit
91cad67415
1 changed files with 3 additions and 2 deletions
|
@ -1,8 +1,9 @@
|
||||||
errcll: ; put return address into dx
|
errcll: ; put return address into dx
|
||||||
pop dx
|
pop dx
|
||||||
errjmp: call dmpdx
|
errjmp: call dmpdx
|
||||||
hlt: hlt
|
xor ax, ax
|
||||||
jmp hlt
|
int 0x16
|
||||||
|
int 0x19
|
||||||
dmpdx: ; setup bx and ah for int 10h call
|
dmpdx: ; setup bx and ah for int 10h call
|
||||||
xor bx, bx
|
xor bx, bx
|
||||||
mov ah, 0x0e
|
mov ah, 0x0e
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue