Author: aandrejevic Date: Wed May 27 01:07:05 2015 New Revision: 67934
URL: http://svn.reactos.org/svn/reactos?rev=67934&view=rev Log: [NTVDM] Now that the Fast486 FPU is feature-complete, tell programs that we have a builtin FPU. (This commit may cause regressions if there are bugs in the FPU)
Modified: trunk/reactos/subsystems/mvdm/ntvdm/bios/bios.h
Modified: trunk/reactos/subsystems/mvdm/ntvdm/bios/bios.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/mvdm/ntvdm/bios/... ============================================================================== --- trunk/reactos/subsystems/mvdm/ntvdm/bios/bios.h [iso-8859-1] (original) +++ trunk/reactos/subsystems/mvdm/ntvdm/bios/bios.h [iso-8859-1] Wed May 27 01:07:05 2015 @@ -33,7 +33,7 @@ // 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 +#define BIOS_EQUIPMENT_LIST 0x2E // Bit1: FPU, Bit 2: Mouse
#pragma pack(push, 1)