home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / os / msdos / misc / 7205 < prev    next >
Encoding:
Internet Message Format  |  1993-01-27  |  1.7 KB

  1. Path: sparky!uunet!inmos!fulcrum!bham!warwick!doc.ic.ac.uk!sot-ecs!pjc90
  2. From: pjc90@ecs.soton.ac.uk (CHERRIMAN PJ)
  3. Newsgroups: comp.os.msdos.misc
  4. Subject: Re: EMS and UMB's under EMM386?
  5. Message-ID: <14299@ecs.soton.ac.uk>
  6. Date: 26 Jan 93 16:11:24 GMT
  7. References: <1993Jan14.160010.203462@uctvax.uct.ac.za> <1993Jan21.182428.4485@dcatlas.dot.gov>
  8. Sender: news@ecs.soton.ac.uk
  9. Lines: 42
  10. Nntp-Posting-Host: davinci
  11.  
  12. In <1993Jan21.182428.4485@dcatlas.dot.gov> joet@dcatlas.dot.gov (Joe Trott) writes:
  13.  
  14. >shtmar04@uctvax.uct.ac.za writes:
  15.  
  16. >>I've never understood,  (or pretended to understand) the ins and outs of PC
  17. >>memory control - and now I'm stumped.  Could someone please tell me if I can
  18. >>allocate some memory to EMS (not all) and still have UMB's?  Sorry for the
  19. >>ignorance!
  20.  
  21. >>My system: 4dos4.01,  486DX,  8megs RAM, using smartdrv with 2megs of it!
  22. >>If I try giving EMM386 a number it fetches me that amount of EMS but doesn't
  23. >>give me UMB's - ergo little conventional memory left.
  24.  
  25. >>CONFIG.SYS contains : DEVICEHIGH=EMM386  noems i=E000-EFFF
  26.  
  27. >>What should I change the noems to?
  28.  
  29. >Make sure you have the line : DOS=HIGH,UMB  in your config.sys.  Then you can
  30. >take out the  noems i=e000-efff  parameter.  Replace it with the amount of
  31. >ems you need, e.g. :
  32.  
  33. >device=himem.sys
  34. >device=emm386.exe 4096
  35. >dos=high,umb
  36. >...
  37.  
  38. >..will load DOS in the HMA, will make 4096K (4mb) available as ems, and will
  39. >give you access to UMBs for devicehigh and loadhigh statements.
  40.  
  41. I think this is wrong, on my system I have:
  42.  
  43. emm386 i=e000-efff ram
  44.  
  45. The ram or noems switch is required for UMB's
  46.  
  47. SO for 1M of EMS use:
  48.  
  49. emm386 1024 i=e000-efff ram
  50.  
  51. Peter Cherriman - pjc90@uk.ac.soton.ecs
  52.  
  53.  
  54.