[NTVDM]: we have a FPU.

svn path=/trunk/; revision=64673
This commit is contained in:
Hermès Bélusca-Maïto 2014-10-11 15:39:18 +00:00
parent 1e5192c2b4
commit af3b46598e

View file

@ -30,8 +30,7 @@
#define BDA_SEGMENT 0x40
#define BIOS_SEGMENT 0xF000
// HACK: Disable FPU for now
#define BIOS_EQUIPMENT_LIST 0x2C // Bit 2 set: Mouse present
#define BIOS_EQUIPMENT_LIST 0x2E // Bit1: FPU, Bit 2: Mouse
#pragma pack(push, 1)