// Main Mem specific variables\r
typedef struct\r
{\r
-// boolean MainPresent;\r
+ boolean MainPresent;\r
memptr MainMemPages[PMMaxMainMem];\r
PMBlockAttr MainMemUsed[PMMaxMainMem];\r
int MainPagesAvail;\r
// EMS specific variables\r
typedef struct\r
{\r
-// boolean EMSPresent;\r
+ boolean EMSPresent;\r
unsigned int EMSVer;\r
word EMSAvail,EMSPagesAvail,EMSHandle,\r
EMSPageFrame,EMSPhysicalPage;\r
// XMS specific variables\r
typedef struct\r
{\r
-// boolean XMSPresent;\r
+ boolean XMSPresent;\r
word XMSAvail,XMSPagesAvail,XMSHandle;\r
dword XMSDriver; //TODO: changed to word\r
int XMSProtectPage;// = -1;\r