]> 4ch.mooo.com Git - 16.git/commitdiff
added a getch!
authorsparky4 <sparky4@cock.li>
Sat, 18 Jul 2015 21:14:27 +0000 (16:14 -0500)
committersparky4 <sparky4@cock.li>
Sat, 18 Jul 2015 21:14:27 +0000 (16:14 -0500)
modified:   src/testemm.c
modified:   testemm.exe

src/testemm.c
testemm.exe

index 243a48da21b9d8cd5212059d23f91d9147ed4ab4..b78f449edcc119a4a352d3316768364d7c7afb37 100644 (file)
@@ -248,6 +248,8 @@ int main() {
                }
                else printf("FAILED\n");
 
+               getch();
+
                /* 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");
index 1cfca442120b5b857d6028ce86f48ee223ec667c..b28754b87aa2aadf76af73c9cad5aeb090c08982 100644 (file)
Binary files a/testemm.exe and b/testemm.exe differ