]> 4ch.mooo.com Git - 16.git/commitdiff
i am actually trying to learn how EMS works~
authorsparky4 <sparky4@cock.li>
Sat, 16 May 2015 00:21:32 +0000 (19:21 -0500)
committersparky4 <sparky4@cock.li>
Sat, 16 May 2015 00:21:32 +0000 (19:21 -0500)
modified:   src/lib/exmm/EMM.EXE
modified:   src/lib/exmm/emm.c

src/lib/exmm/EMM.EXE
src/lib/exmm/emm.c

index 9e153ab6ec1bf8e4dd81b04706ec8ead5d06d886..b797e1977cd68d2fabe22487ab05ce1f914868e8 100644 (file)
Binary files a/src/lib/exmm/EMM.EXE and b/src/lib/exmm/EMM.EXE differ
index af360033db754e437cc0c2b36cf5d95e51e570b1..8729bc52f08894b0123075f1328376addcbd056e 100644 (file)
@@ -95,11 +95,11 @@ int main(int argc, char *argv[])
        //UnmapEMM(hEData0, 0, 1);  // should unmap before freeing\r
        //printf("after EMS     *pEmmData=%c\n", *pEmmData);
 \r
-       /*printf("Close emm\n");\r
+       printf("Close emm\n");\r
        EMMFree(hEData);     // finished with the file data\r
        CloseEMM();
        printf("after EMS       *pEmmData=%x\n", *pEmmData);
        printf("EMS pages available are %lu\n", EMMCoreLeft());
-       //printf("EMMPAGESIZE=%d\n", EMMPAGESIZE);*/
+       //printf("EMMPAGESIZE=%d\n", EMMPAGESIZE);
        return 0;
 }\r