From 41bd54cf360e1ba5029780ac68ce42fbec31c688 Mon Sep 17 00:00:00 2001 From: hpa Date: Tue, 10 Apr 2001 00:04:58 +0000 Subject: [PATCH] Clear graphics mode before trying to reboot. --- ldlinux.asm | 1 + 1 file changed, 1 insertion(+) diff --git a/ldlinux.asm b/ldlinux.asm index e0b5e66..5056550 100644 --- a/ldlinux.asm +++ b/ldlinux.asm @@ -556,6 +556,7 @@ 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 -- 2.7.4