From 9c2812a80a8b54ba1e68f0e0cbafa69a1b2481f3 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Fri, 29 Jun 2007 18:43:31 -0400 Subject: Disable vmware workaround until bug report has been substantiated The original reporter is being evasive, and claims the workaround doesn't work anyway. --- cleanup.inc | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.1