Clear graphics mode before trying to reboot.
authorhpa <hpa>
Tue, 10 Apr 2001 00:04:58 +0000 (00:04 +0000)
committerhpa <hpa>
Tue, 10 Apr 2001 00:04:58 +0000 (00:04 +0000)
ldlinux.asm

index e0b5e66..5056550 100644 (file)
@@ -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