]> 4ch.mooo.com Git - 16.git/commitdiff
ok modified the tester!
authorsparky4 <sparky4@cock.li>
Sat, 18 Jul 2015 19:42:46 +0000 (14:42 -0500)
committersparky4 <sparky4@cock.li>
Sat, 18 Jul 2015 19:42:46 +0000 (14:42 -0500)
modified:   src/testemm.c
modified:   testemm.exe

src/testemm.c
testemm.exe

index 22af102ef0acd588e254cec0840f408332941a94..bee98b82d5485b6a5790e949a197907a95ad8103 100644 (file)
@@ -112,8 +112,8 @@ int main() {
                if (h2 >= 0) printf("OK, handle=%u\n",h2);
                else printf("FAILED\n");
 
-               printf("Allocating EMM pages (12MB): ");
-               h3 = emm_alloc_pages(0xC00000UL >> 14UL);
+               printf("Allocating EMM pages (1MB): ");
+               h3 = emm_alloc_pages(0x100000UL >> 14UL);
                sanity();
                if (h3 >= 0) printf("OK, handle=%u\n",h3);
                else printf("FAILED\n");
@@ -250,6 +250,7 @@ int main() {
 
                /* we do this test because Microsoft EMM386.EXE seems to max out at 32MB.
                 * the host could have 256MB of total memory and it would still report 32MB in EMS */
+               printf("we do this test because Microsoft EMM386.EXE seems to max out at 32MB.\n the host could have 256MB of total memory and it would still report 32MB in EMS");
                printf("Allocating EMM pages (48MB): ");
                h1 = emm_alloc_pages((48UL << 20UL) >> 14UL);
                if (h1 >= 0) {
index 3db9514b1512353e36850df5a393d1b1cd90c63b..6b40a83bbea0bc6127a87f10b156a5861e673eca 100644 (file)
Binary files a/testemm.exe and b/testemm.exe differ