Disable vmware workaround until bug report has been substantiated
authorH. Peter Anvin <hpa@zytor.com>
Fri, 29 Jun 2007 22:43:31 +0000 (18:43 -0400)
committerH. Peter Anvin <hpa@zytor.com>
Fri, 29 Jun 2007 22:43:31 +0000 (18:43 -0400)
The original reporter is being evasive, and claims the workaround doesn't
work anyway.

cleanup.inc

index 3685a01..801c041 100644 (file)
@@ -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