home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / os / mswindo / setup / 1013 < prev    next >
Encoding:
Text File  |  1992-08-21  |  1.8 KB  |  40 lines

  1. Newsgroups: comp.os.ms-windows.setup
  2. Path: sparky!uunet!cs.utexas.edu!torn!csd.unb.ca!mta.ca!BEVANS
  3. From: bevans@mta.ca
  4. Subject: Re: Expanded memory emulation under MS Windows 3.1
  5. Message-ID: <1992Aug22.021031.21491@jupiter.sun.csd.unb.ca>
  6. Sender: news@jupiter.sun.csd.unb.ca
  7. Reply-To: bevans@mta.ca
  8. Organization: Mount Allison U, Sackville, N.B. Canada 
  9. References: <1992Aug18.121400.21773@bas-a.bcc.ac.uk>
  10. Date: Sat, 22 Aug 1992 02:10:31 GMT
  11. Lines: 27
  12.  
  13. In article <1992Aug18.121400.21773@bas-a.bcc.ac.uk>, ccaajrl@ucl.ac.uk (Jack Levy) writes:
  14. >I am running a non-Windows application (actually it's Quattro Pro) which
  15. >can use EMS expanded memory.  On a 386 machine, Windows provides its own
  16. >EMS emulation, so all works well.
  17. >
  18. >However, at the same time I want to install EMM386 to move some TSR's into
  19. >high memory.  I don't want to waste 64K on an EMS page frame, so I use
  20. >the NOEMS option.  This seems to have the unfortunate side-effect of
  21. >switching off Windows' own EMS emulation.  Is there any way round this, or
  22. >have I misunderstood the whole problem?
  23.  
  24. I had the same problem and found the same situation... you can't have both
  25. expanded memory managers running at the same time. Some people said:"Buy QEMM
  26. (or some other EMM)" but I found that by including upper memory areas which
  27. EMM386.EXE missed I could load lots of TSRs high even with the 64K page frame.
  28.  
  29. I used:   device=C:\WINDOWS\EMM386.EXE RAM i=b000-b777 i=e000-efff M9
  30.  
  31. This added 96K of upper memory and the M9 switch put the 64K page frame at
  32. e000-efff so I had 32K more than before which was enough for my needs. Putting
  33. the page frame at "the end" of upper memory maximized the size of contiguous
  34. memory which was helpful because at one point I had 32K of UMBs free and a 19K
  35. driver I wanted to load high but the UMB was split 17/15 and useless for me.
  36.  
  37. My 2 pennies worth.
  38.  
  39. Bill
  40.