home *** CD-ROM | disk | FTP | other *** search
/ Shareware Supreme Volume 6 #1 / swsii.zip / swsii / 198 / DOS6ALL.ZIP / Q94891 < prev    next >
Text File  |  1993-06-04  |  2KB  |  51 lines

  1. ARTICLE-ID:Q94891
  2. TITLE     :Why MemMaker Doesn't Work with Multi-Config Files             
  3.  
  4. --------------------------------------------------------------------
  5. The information in this article applies to:
  6.  
  7.  - Microsoft MS-DOS operating system version 6.0
  8. --------------------------------------------------------------------
  9.  
  10. Summary:
  11.  
  12. This article explains why MemMaker doesn't work with MS-DOS Multi-Config
  13. files.
  14.  
  15. Important: You can use MemMaker with multiple configurations, but doing so
  16. requires creating separate configuration files to run MemMaker. For more
  17. information, see the "Using MemMaker with Multiple Configurations" section
  18. in Chapter 6 of the "MS-DOS User's Guide."
  19.  
  20. More Information:
  21.  
  22. MemMaker removes all references to memory managers, the FILES= statement,
  23. the BUFFERS= statement, and the DOS= statement. It then adds the following
  24. statements at the top of the CONFIG.SYS file:
  25.  
  26.    DEVICE=C:\DOS\HIMEM.SYS
  27.    DEVICE=C:\DOS\EMM386.EXE <settings>
  28.    buffers=<setting>
  29.    files=<setting>
  30.    dos=umb
  31.    lastdrive=<setting>
  32.    FCBS=<setting>
  33.    [Everything else remains in the same order]
  34.  
  35. Note: The <setting> and <settings> are determined by MemMaker for your
  36. specific installation and configuration.
  37.  
  38. Because of this design, MemMaker cannot work with configuration files that
  39. contain Multi-Config sections that reference multiple memory managers or
  40. have different memory configurations.
  41.  
  42. MemMaker also uses a program called SIZER.EXE to determine memory
  43. requirements for device drivers and terminate-and-stay-resident (TSR)
  44. programs. MemMaker analyzes the contents of the entire CONFIG.SYS and
  45. AUTOEXEC.BAT files (regardless of Multi-Config headings) to calculate the
  46. optimum memory configuration for your system. Because the files are viewed
  47. as a single unit, each individual configuration will not be optimized after
  48. you run MemMaker.
  49.  
  50. Additional reference words: 6.00 MULTICONFIG
  51.