Revert revision 64673 (as long as our FPU is not fully implemented, do not hint apps...
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Sat, 11 Oct 2014 16:00:31 +0000 (16:00 +0000)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Sat, 11 Oct 2014 16:00:31 +0000 (16:00 +0000)
svn path=/trunk/; revision=64675

reactos/subsystems/ntvdm/bios/bios.h

index 12d2d38..a985639 100644 (file)
 #define BDA_SEGMENT     0x40
 #define BIOS_SEGMENT    0xF000
 
 #define BDA_SEGMENT     0x40
 #define BIOS_SEGMENT    0xF000
 
-#define BIOS_EQUIPMENT_LIST 0x2E    // Bit1: FPU, Bit 2: Mouse
+// HACK: Disable FPU for now because it is not fully ready yet for being used
+// by all applications (e.g. QBasic runtime would use the native FPU if the bit
+// is set, but then subsequently fails, unless the FPU bit is unset in that case
+// QBasic uses its emulated FPU).
+#define BIOS_EQUIPMENT_LIST 0x2C    // Bit1: FPU, Bit 2: Mouse
 
 #pragma pack(push, 1)
 
 
 #pragma pack(push, 1)