X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2F16_mm.h;h=8f064ce09d6e5363691704c288c8c8705026b2ce;hb=c3ce6abee3c0bcd794b948b897980843b6378173;hp=a5c159ee51f1072bb1615a45357516784b898bea;hpb=3c6b400a98c56c695d2286e0140d63e17101b266;p=16.git diff --git a/src/lib/16_mm.h b/src/lib/16_mm.h index a5c159ee..8f064ce0 100644 --- a/src/lib/16_mm.h +++ b/src/lib/16_mm.h @@ -114,12 +114,11 @@ extern void (* XMSaddr) (void); // far pointer to XMS driver typedef struct mmblockstruct { - word start,length; + word start,length,segm; //dword start,length; //word start; //dword length; - word segm; //how many 64kb segment blocks it takes up if there is many data! - //dword segmlen; //length of the multi segment data + ///word segm; //how many 64kb segment blocks it takes up if there is many data! unsigned attributes; memptr *useptr; // pointer to the segment start struct mmblockstruct huge *next;