Author: hbelusca Date: Sat Oct 11 15:39:18 2014 New Revision: 64673
URL: http://svn.reactos.org/svn/reactos?rev=64673&view=rev Log: [NTVDM]: we have a FPU.
Modified: trunk/reactos/subsystems/ntvdm/bios/bios.h
Modified: trunk/reactos/subsystems/ntvdm/bios/bios.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/ntvdm/bios/bios.... ============================================================================== --- trunk/reactos/subsystems/ntvdm/bios/bios.h [iso-8859-1] (original) +++ trunk/reactos/subsystems/ntvdm/bios/bios.h [iso-8859-1] Sat Oct 11 15:39:18 2014 @@ -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)