home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / msdos / misc / 6902 < prev    next >
Encoding:
Internet Message Format  |  1993-01-08  |  2.9 KB

  1. Xref: sparky comp.os.msdos.misc:6902 comp.sys.ibm.pc.misc:16438
  2. Newsgroups: comp.os.msdos.misc,comp.sys.ibm.pc.misc
  3. Path: sparky!uunet!mcrware!adam
  4. From: adam@microware.com (Adam Goldberg)
  5. Subject: Re: Info about EMM386 and DOS=HIGH wanted!!!
  6. Message-ID: <1993Jan7.143046.22849@microware.com>
  7. Sender: news@microware.com
  8. Nntp-Posting-Host: ren
  9. Organization: Microware Systems Corp., Des Moines, Iowa
  10. References: <1993Jan7.081002.1841@wega.rz.uni-ulm.de>
  11. Date: Thu, 7 Jan 1993 14:30:46 GMT
  12. Lines: 51
  13.  
  14. S_BUCK@rzmain.rz.uni-ulm.de (Buck Martin) writes:
  15.  
  16. >First, the question about EMM386:
  17. >What is the use of its L=xxxx switch? I know it's used to reserve a
  18. >certain amount of extended memory, but why do I have to use this
  19. >switch? When I have 3Mb of extended memory and want to use 1Mb of it
  20. >as expanded memory, I write: EMM386 1024 RAM. Is it true, that in
  21. >this case EMM386 takes the whole 3Mb of extended memory, changes 1 Mb
  22. >to expanded memory and leaves the other 2Mb unused (and inaccessi-
  23. >ble)? If so, what is the reason for this? If not, how does it really
  24. >work?
  25.  
  26. I can't find any reference to the L option in the DOS 5.0 reference
  27. manual.  The only options I see mentioned are RAM and NOEMS (plus the
  28. obvious size).  When you say 1024 RAM, you are providing 1Mb of EMS
  29. memory (minus any memory which gets mapped into the 640-1Mb area).
  30. The rest is XMS (if you've loaded HIMEM).
  31.  
  32. >I'd also like to know, if there is any (shareware) expanded-memory-
  33. >manager for the 386 that doesn't switch the CPU to virtual mode (if
  34. >this is possible at all). If such an emulator exists, where can I get
  35. >it from?
  36.  
  37. It's my understanding that it is possible (under particular chipsets
  38. only) to map memory from >1Mb into the area 640-1Mb.  ie, provide UMBs
  39. without going into V86 mode.  It would be then possible to emulate EMS
  40. using XMS, although I don't believe this has been written (yet).  I
  41. don't really see the point, though.
  42.  
  43. >My third question is about the DOS=HIGH feature when using HIMEM.SYS:
  44. >Is there any possibility to prevent Mess-DOS from using the HMA if
  45. >there is a DOS=HIGH statement in the CONFIG.SYS? As far as I know,
  46. >DOS prescans the CONFIG.SYS before loading any drivers and searches
  47. >for a DOS=HIGH statement. If the last DOS= statement is DOS=HIGH,
  48. >then DOS reserves the HMA as soon as it becomes available (after
  49. >loading HIMEM.SYS).
  50. >Does anybody know, how to force DOS into low memory though there is a
  51. >DOS=HIGH statement (it must be possible; I've seen 2 multi-configura-
  52. >tion-programs doing this)?
  53.  
  54. You betcha.  Write a device driver which allocates the HMA, load it
  55. after HIMEM.  When DOS is done processing the Config.sys, it tries to
  56. allocate the HMA itself--if it has already been allocated, it loads
  57. low.  You then need to free the HMA in your Autoexec (so someone else
  58. can use it).
  59.  
  60. -- 
  61. Adam G.
  62. adamg@microware.com, or ...!uunet!mcrware!adamg
  63. The above is not to be construed in any way as the official or unofficial
  64. statements of Microware, or any Microware employees.
  65.