summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2007-06-29 18:43:31 -0400
committerH. Peter Anvin <hpa@zytor.com>2007-06-29 18:43:31 -0400
commit9c2812a80a8b54ba1e68f0e0cbafa69a1b2481f3 (patch)
tree88d01417b2c821631837a3e47b4130d73cfb99a6
parentf5ae4d99753d6c25fe5c529dd8a5beb5f3835238 (diff)
downloadsyslinux-9c2812a80a8b54ba1e68f0e0cbafa69a1b2481f3.tar.gz
Disable vmware workaround until bug report has been substantiated
The original reporter is being evasive, and claims the workaround doesn't work anyway.
-rw-r--r--cleanup.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/cleanup.inc b/cleanup.inc
index 3685a011..801c0412 100644
--- a/cleanup.inc
+++ b/cleanup.inc
@@ -33,6 +33,7 @@ cleanup_hardware:
xor dx,dx
int 13h
+%if 0 ; This bug report has not been substantiated!
; Vmware crashes if we scroll in the decompressor! Try to detect vmware
; and if it is Vmware, clear the screen...
mov eax,'VMXh'
@@ -46,4 +47,6 @@ cleanup_hardware:
mov ax,0x0003 ; Set mode (clear screen/home cursor)
int 10h
.no_vmware:
+%endif
+
ret