home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / os / msdos / misc / 7158 < prev    next >
Encoding:
Text File  |  1993-01-22  |  1.4 KB  |  45 lines

  1. Newsgroups: comp.os.msdos.misc
  2. Path: sparky!uunet!rei2!fox
  3. From: fox@rei.com (Fuzzy Fox)
  4. Subject: Re: EMS and UMB's under EMM386?
  5. Message-ID: <1993Jan22.161055.14760@rei.com>
  6. Date: Fri, 22 Jan 1993 16:10:55 GMT
  7. References: <1993Jan14.160010.203462@uctvax.uct.ac.za> <1993Jan21.182428.4485@dcatlas.dot.gov>
  8. Organization: Recognition Equipment, Inc.
  9. Lines: 34
  10.  
  11. joet@dcatlas.dot.gov (Joe Trott) writes:
  12.  
  13. >>Could someone please tell me if I can allocate some memory to EMS
  14. >>(not all) and still have UMB's?
  15.  
  16. >>CONFIG.SYS contains : DEVICEHIGH=EMM386  noems i=E000-EFFF
  17.  
  18. >>What should I change the noems to?
  19.  
  20. >Make sure you have the line : DOS=HIGH,UMB  in your config.sys.  Then you can
  21. >take out the  noems i=e000-efff  parameter.  Replace it with the amount of
  22. >ems you need, e.g. :
  23.  
  24. >device=himem.sys
  25. >device=emm386.exe 4096
  26. >dos=high,umb
  27. >...
  28.  
  29. >..will load DOS in the HMA, will make 4096K (4mb) available as ems, and will
  30. >give you access to UMBs for devicehigh and loadhigh statements.
  31.  
  32. NO!  This will take away your UMB access because this tells EMM386 to
  33. only provide EMS.  You need this command line:
  34.  
  35. device=emm386.exe 4096 ram i=e000-efff
  36.  
  37. Essentially this is the same as the original command line, only changing
  38. "noems" to "ram", and giving the desired size of EMS.
  39.  
  40. -- 
  41. #ifdef TRUE        | Fuzzy Fox (a.k.a. David DeSimone)       fuzzy@netcom.com
  42. #define  TRUE   0  |
  43. #define  FALSE  1  |         "S-O-C-K-S ?   Wow, Spanish *is* easy!!"
  44. #endif             |
  45.