summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhpa <hpa>2001-04-10 00:09:26 +0000
committerhpa <hpa>2001-04-10 00:09:26 +0000
commitbe742cbf9843dd05600d5dd832a8d3cd2a31cacb (patch)
tree4b8c0c233f060f91d67df59277b78f5a7455dfc7
parent41bd54cf360e1ba5029780ac68ce42fbec31c688 (diff)
downloadsyslinux-be742cbf9843dd05600d5dd832a8d3cd2a31cacb.tar.gz
Move "call vgaclearmode" in case of kaboom to the correct versionsyslinux-1.60-pre5
of the kaboom routine!
-rw-r--r--ldlinux.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/ldlinux.asm b/ldlinux.asm
index 50565507..d8c717c9 100644
--- a/ldlinux.asm
+++ b/ldlinux.asm
@@ -556,7 +556,6 @@ kaboom:
call writestr ; Returns with AL = 0
cbw ; AH <- 0
int 16h ; Wait for keypress
- call vgaclearmode
int 19h ; And try once more to boot...
.norge: jmp short .norge ; If int 19h returned; this is the end
@@ -3412,6 +3411,7 @@ kaboom2:
mov si,err_bootfailed
call cwritestr
call getchar
+ call vgaclearmode
int 19h ; And try once more to boot...
.norge: jmp short .norge ; If int 19h returned; this is the end