diff options
author | hpa <hpa> | 2001-04-10 00:04:58 +0000 |
---|---|---|
committer | hpa <hpa> | 2001-04-10 00:04:58 +0000 |
commit | 41bd54cf360e1ba5029780ac68ce42fbec31c688 (patch) | |
tree | 4fc9a8aabc58a0127925cff6fe98390cee8ce62f /ldlinux.asm | |
parent | ec29325fac1d112b3819163f5fb9c39fa05dcad1 (diff) | |
download | syslinux-41bd54cf360e1ba5029780ac68ce42fbec31c688.tar.gz |
Clear graphics mode before trying to reboot.
Diffstat (limited to 'ldlinux.asm')
-rw-r--r-- | ldlinux.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ldlinux.asm b/ldlinux.asm index e0b5e667..50565507 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 |