home *** CD-ROM | disk | FTP | other *** search
/ ftp.sudleyplace.com / ftp.sudleyplace.com.tar / ftp.sudleyplace.com / support / max / stack7.txt < prev    next >
Text File  |  2006-10-20  |  4KB  |  100 lines

  1. 386MAX Version 7 and Stacker Support
  2.  
  3. This document is intended for use with both 386MAX and BlueMAX version
  4. 7.xx and Stacker version 2.0 and later. 386MAX is used as an example
  5. in all cases.
  6.  
  7. 386MAX Version 7 has automatic compressed drive detection and support
  8. for Stacker.  You must have enough disk space available on both the
  9. compressed and uncompressed drives to accommodate the necessary 386MAX
  10. files.    Be sure you have approximately 2.5 MB of disk space on the
  11. compressed drive to install 386MAX and approximately 650 KB available
  12. on the uncompressed drive to accommodate the files that 386MAX must
  13. copy to that drive.
  14.  
  15. If you receive VXD error 1014 while entering Windows, either prevent
  16. Stacker from using EMS memory according to their documentation or edit
  17. your AUTOEXEC.BAT to add SET EMSCACHE=OK to bypass the error message.
  18.  
  19.  
  20. STACKER and MS DOS 6 MULITCONFIG
  21.  
  22. 386MAX supports automatic system optimization for the MS DOS 6
  23. MultiConfig environment.  No special steps are required.  When
  24. Maximize is run in such an environment, it prompts the user to select
  25. the particular configuration to Maximize.  The Maximize program may
  26. duplicate common sections to ensure that changes for one configuration
  27. do not impact another.
  28.  
  29. IF 386MAX IS LOADED IN THE [COMMON] SECTION ON A SYSTEM WITH STACKER
  30. INSTALLED, you will need to make changes to the configuration since
  31. DOS treats this section as a special case.    Use these directions even
  32. if you have already tried to install 386MAX version 7. The easiest
  33. course of action is to remove 386MAX from your system configuration
  34. files by running STRIPMGR and installing into each of the appropriate
  35. configurations.
  36.  
  37. If the [common] section of your MultiConfig environment is similar to
  38. the following common section:
  39.  
  40. [common]
  41. shell=c:\dos\command.com c:\dos\  /e:1024 /p
  42. files=30
  43. buffers=25
  44. dos=high
  45. lastdrive=h
  46. stacks=0,0
  47. device=c:\386max\386max.sys pro=c:\386max\386max.pro
  48. device=c:\386max\386load.sys size=40912 prgreg=3
  49.                  prog=c:\stacker\stacker.com
  50. device=c:\stacker\sswap.com c:\stackvol.dsk /sync
  51.  
  52. Follow these instructions:
  53.  
  54. * Type STRIPMGR /ST  from the 386MAX directory.
  55.  
  56. * Place the distribution diskette for version 7 into the appropriate
  57. disk drive and type d:INSTALL where d indicates the letter of the
  58. floppy drive.  If you have already installed 386MAX version 7, type
  59. INSTALL /R.
  60.  
  61. * When prompted, choose the MultiConfig configuration where you want
  62. 386MAX installed and proceed with Maximize.
  63.  
  64. * Rerun INSTALL /R for each MultiConfig section where you want 386MAX
  65. active.
  66.  
  67. IF YOU ARE USING [COMMON] AS ONE OF THE MENU ITEMS IN THE MULTICONFIG
  68. ENVIRONMENT, it is best to rename that section so that 386MAX can
  69. handle the configuration correctly.  In the example below, the
  70. [common] section is renamed to [common1].
  71.  
  72. If your [menu] section is similar to the one below:
  73.  
  74. [menu]
  75. menuitem=common, Common configuration
  76. menuitem=dos, DOS configuration
  77. menuitem=windows, Windows configuration
  78.  
  79. Follow these instructions:
  80.  
  81. * Edit menuitem=common so that it reads common1.
  82.  
  83. * Create a new section called [common1] below the existing [common]
  84. section.  You may leave this section empty.
  85.  
  86. * Remove the 386MAX device driver from the [common] section.
  87.  
  88. * Type d:INSTALL and choose to install 386MAX to the [common1]
  89. section.  If you already have installed 386MAX, type INSTALL /R and
  90. choose to install 386MAX to the [common1] section.
  91.  
  92. If you choose to set up a MultiConfig environment after 386MAX is
  93. installed, run INSTALL /R to load 386MAX in the appropriate
  94. section(s).  Do not load the 386MAX device driver in the [common]
  95. section.
  96.  
  97. All configuration files are examples only.    Please do not change your
  98. configuration files to match the examples.
  99.  
  100.