mirror of
https://github.com/reactos/reactos.git
synced 2025-01-05 22:12:46 +00:00
[NTVDM]: we have a FPU.
svn path=/trunk/; revision=64673
This commit is contained in:
parent
1e5192c2b4
commit
af3b46598e
1 changed files with 1 additions and 2 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue