From be742cbf9843dd05600d5dd832a8d3cd2a31cacb Mon Sep 17 00:00:00 2001 From: hpa Date: Tue, 10 Apr 2001 00:09:26 +0000 Subject: [PATCH] Move "call vgaclearmode" in case of kaboom to the correct version of the kaboom routine! --- ldlinux.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.7.4