From: hpa Date: Tue, 10 Apr 2001 00:09:26 +0000 (+0000) Subject: Move "call vgaclearmode" in case of kaboom to the correct version X-Git-Tag: syslinux-3.11~851 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=be742cbf9843dd05600d5dd832a8d3cd2a31cacb;p=platform%2Fupstream%2Fsyslinux.git Move "call vgaclearmode" in case of kaboom to the correct version of the kaboom routine! --- diff --git a/ldlinux.asm b/ldlinux.asm index 5056550..d8c717c 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