]> 4ch.mooo.com Git - 16.git/commitdiff
mmm eh? wwww
authorsparky4 <sparky4@cock.li>
Tue, 7 Jul 2015 02:34:41 +0000 (21:34 -0500)
committersparky4 <sparky4@cock.li>
Tue, 7 Jul 2015 02:34:41 +0000 (21:34 -0500)
modified:   exmmtest.exe
modified:   makefile
modified:   src/lib/16_mm.c
modified:   src/lib/16_mm.h

exmmtest.exe
makefile
src/lib/16_mm.c
src/lib/16_mm.h

index 6b6eb029943034d7f64c87cda68977ce9cddef81..07343ed3fe10fcc10e8e52315d4cc4d1520f8540 100644 (file)
Binary files a/exmmtest.exe and b/exmmtest.exe differ
index 810ed020e7d1c10f6a58eec0de91ec00d0ef3b06..b8b69f0f4a67a4eb296f03455ce7ac0005e9287a 100644 (file)
--- a/makefile
+++ b/makefile
@@ -185,7 +185,7 @@ clean: .symbolic
 #      @$(REMOVECOMMAND) *.OUT
 #      @$(REMOVECOMMAND) makefi~1
 #      @$(REMOVECOMMAND) makefile~
-       @$(REMOVECOMMAND) __WCL__.LNK
+#      @$(REMOVECOMMAND) __WCL__.LNK
 #      @$(REMOVECOMMAND) *.smp
-       @$(REMOVECOMMAND) *.SMP
+#      @$(REMOVECOMMAND) *.SMP
 
index cc8f9284d2b0abe537b671316abaae27a8c2fda0..87210f98af105ce78715a31b43aa396a3512c0ab 100644 (file)
@@ -424,13 +424,13 @@ void MML_UseSpace(/*d*/word segstart, dword seglength, mminfo_t *mm)
 {
        mmblocktype huge *scan,huge *last;
        dword   oldend;
-       ///*d*/word fat=0;
+       //----/*d*/word fat=0;
        dword           extra;
 
        scan = last = mm->mmhead;
        mm->mmrover = mm->mmhead;               // reset rover to start of memory
        scan->segm=1;
-       scan->segmlen=seglength;
+       //----scan->segmlen=seglength;
 
 //
 // search for the block that contains the range of segments
@@ -651,7 +651,7 @@ emsskip:
                if(US_CheckParm(__argv[i],ParmStringsexmm) == 0)
                        goto xmsskip;                           // param NOXMS
        }
-//     printf("\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0");     //bug!
+       printf("\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0");     //bug!
        if(MML_CheckForXMS(mm))
        {
                printf("XMS!\n");
index 0b2bc4519e349bca278181284894f95fa2b1f126..a5c159ee51f1072bb1615a45357516784b898bea 100644 (file)
@@ -119,7 +119,7 @@ typedef struct mmblockstruct
        //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
+       //dword segmlen;                //length of the multi segment data
        unsigned        attributes;
        memptr          *useptr;        // pointer to the segment start
        struct mmblockstruct huge *next;