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

  1. Newsgroups: comp.os.msdos.misc
  2. Path: sparky!uunet!dcatlas!joet
  3. From: joet@dcatlas.dot.gov (Joe Trott)
  4. Subject: Re: EMS and UMB's under EMM386?
  5. Message-ID: <1993Jan21.182428.4485@dcatlas.dot.gov>
  6. Organization: U.S Dept. of Transportation
  7. References: <1993Jan14.160010.203462@uctvax.uct.ac.za>
  8. Date: Thu, 21 Jan 1993 18:24:28 GMT
  9. Lines: 31
  10.  
  11. shtmar04@uctvax.uct.ac.za writes:
  12.  
  13. >I've never understood,  (or pretended to understand) the ins and outs of PC
  14. >memory control - and now I'm stumped.  Could someone please tell me if I can
  15. >allocate some memory to EMS (not all) and still have UMB's?  Sorry for the
  16. >ignorance!
  17.  
  18. >My system: 4dos4.01,  486DX,  8megs RAM, using smartdrv with 2megs of it!
  19. >If I try giving EMM386 a number it fetches me that amount of EMS but doesn't
  20. >give me UMB's - ergo little conventional memory left.
  21.  
  22. >CONFIG.SYS contains : DEVICEHIGH=EMM386  noems i=E000-EFFF
  23.  
  24. >What should I change the noems to?
  25.  
  26. Make sure you have the line : DOS=HIGH,UMB  in your config.sys.  Then you can
  27. take out the  noems i=e000-efff  parameter.  Replace it with the amount of
  28. ems you need, e.g. :
  29.  
  30. device=himem.sys
  31. device=emm386.exe 4096
  32. dos=high,umb
  33. ...
  34.  
  35. ..will load DOS in the HMA, will make 4096K (4mb) available as ems, and will
  36. give you access to UMBs for devicehigh and loadhigh statements.
  37.  
  38. -JTT
  39.  
  40.  
  41.  
  42.