home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / windows / misc / 1405 < prev    next >
Encoding:
Internet Message Format  |  1992-09-10  |  1.9 KB

  1. Path: sparky!uunet!peora!masscomp!ocpt!vanwalle
  2. From: vanwalle@ocpt.ccur.com (Van Wallendael)
  3. Newsgroups: comp.windows.misc
  4. Subject: Re: EMM386.exe (Re: Speeding up Win 3.1)
  5. Message-ID: <1629@ocpt.ccur.com>
  6. Date: 10 Sep 92 19:56:03 GMT
  7. References: <BuA34M.3r9@mentor.cc.purdue.edu>
  8. Organization: Concurrent Computer Corporation, Oceanport NJ
  9. Lines: 33
  10. X-Newsreader: Tin 1.1 PL5
  11.  
  12. Benjamin Wai (wai@sage.cc.purdue.edu) wrote:
  13. :     Can anyone please explain more about the function of EMM386.EXE?
  14. :     I was not clever enough to understand fully how it functions from 
  15. :     the manual"s". The thing I know is that it can push half of my 
  16. :     drivers up to the high memory block, and free up at least 100K of 
  17. :     my base memory space.
  18. :     The main problem came from the parameters, ie, what is and when 
  19. :     to use noems, ram, etc. 
  20. :     Also, whenever the EMM386.exe is loaded, pressing CTRL, ALT plus
  21. :     a random key would simply hang the machine -- even with CTRL, ALT+DEL,
  22. :     ie, it would not warm boot the computer. Does this meant to happen?
  23. :     Many thanks in advance for any help.
  24. :      - Benjamin Wai  < wai@cn.ecn.purdue.edu > < wai@sage.cc.purdue.edu >
  25. >
  26. > Ben,
  27. >    The EMM386 driver is Microsofts Expanded Memory Manager.  It really
  28. > does 2 things.  1- it enables the Upper Memory Blocks (UMB).  This is 
  29. > the "spare" memory that is in the 384k above 640k and below 1meg limit.
  30. > With EMM386 loaded with the NOEMS parameter - this enables the UMB's but
  31. > does not enable the Expanded memory (does not convert any Extended memory
  32. > to expanded).  2- You can use EMM386 to enable some Expanded Memory by using
  33. > the RAM option.  If you use the RAM option, you get both UMB and Expanded
  34. > memory.  Your machine should not lock up just because you have the EMM driver
  35. > loaded.  Try using the NOEMS option first.  If you're going to use the RAM
  36. > option, make sure that you can allocate a Page Frame successfully.  It will
  37. > tell you, when it loads, when it can't.
  38. > Hope I helped.
  39. > Jeff
  40.  
  41.