X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2Ftypdefst.h;h=5668dda5f6b4d7a6a915ac66b17fdc0b4700969a;hb=ea48ceb9434adf5d2316adf51964582579e773d5;hp=b34d133d86cf884c991be036cb1a8ea6204e4327;hpb=e271343a59cfb8fd3afd1f011a3f9ff860057aba;p=16.git diff --git a/src/lib/typdefst.h b/src/lib/typdefst.h index b34d133d..5668dda5 100755 --- a/src/lib/typdefst.h +++ b/src/lib/typdefst.h @@ -236,7 +236,7 @@ typedef struct // Main Mem specific variables typedef struct { -// boolean MainPresent; + boolean MainPresent; memptr MainMemPages[PMMaxMainMem]; PMBlockAttr MainMemUsed[PMMaxMainMem]; int MainPagesAvail; @@ -245,7 +245,7 @@ typedef struct // EMS specific variables typedef struct { -// boolean EMSPresent; + boolean EMSPresent; unsigned int EMSVer; word EMSAvail,EMSPagesAvail,EMSHandle, EMSPageFrame,EMSPhysicalPage; @@ -256,9 +256,9 @@ typedef struct // XMS specific variables typedef struct { -// boolean XMSPresent; - word XMSAvail,XMSPagesAvail,XMSHandle; - dword XMSDriver; //TODO: changed to word + boolean XMSPresent; + word XMSAvail,XMSPagesAvail,XMSHandle;//,XMSVer; + dword XMSDriver; int XMSProtectPage;// = -1; } pm_xmmi_t;