From: sparky4 Date: Sat, 18 Jul 2015 21:14:27 +0000 (-0500) Subject: added a getch! X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=a03fdb50fa28754a30cc69c23f946ecd1817493a;p=16.git added a getch! modified: src/testemm.c modified: testemm.exe --- diff --git a/src/testemm.c b/src/testemm.c index 243a48da..b78f449e 100644 --- a/src/testemm.c +++ b/src/testemm.c @@ -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"); diff --git a/testemm.exe b/testemm.exe index 1cfca442..b28754b8 100644 Binary files a/testemm.exe and b/testemm.exe differ