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

  1. Installing 386MAX on a Stacker System
  2.  
  3. This document is intended for use with 386MAX and BlueMAX versions
  4. earlier than 6.03 and Stacker versions prior to 3.0.  Do not make
  5. these changes if you have 386MAX or BlueMAX version 6.03 or later or
  6. Stacker 3.0 or later.
  7.  
  8. The information below explains how to install Stacker on a system that
  9. has 386MAX or BlueMAX installed, and how to install 386MAX or BlueMAX
  10. on a system that currently has Stacker installed.  Though 386MAX and
  11. Stacker 2.0 are used in all examples, the following information is
  12. applicable to BlueMAX as well as the hardware version of Stacker.
  13.  
  14. If you are installing STACKER on a 386MAX system:
  15.  
  16. * UNINSTALL 386MAX
  17.  
  18. Go to the 386MAX directory.  Type STRIPMGR C:  /ST (where C:
  19. represents your boot drive) and press <ENTER>.    At this point, 386MAX
  20. is no longer active on the system.    If you have allowed 386MAX to
  21. install QCACHE on your system, place rem in front of the line in your
  22. AUTOEXEC.BAT that loads QCACHE.
  23.  
  24. * REBOOT THE SYSTEM
  25.  
  26. * INSTALL STACKER per their directions.
  27.  
  28. After you have installed STACKER, run ALL of your applications to
  29. ensure that they work correctly.  Do not continue if STACKER
  30. installation does not complete as expected or if you have problems
  31. using your applications.
  32.  
  33. If you are having problems at this point, consult your STACKER
  34. documentation and/or their technical support to get your system in
  35. working order.
  36.  
  37. * REINSTALL 386MAX using the instructions below only after successful
  38. STACKER installation and implementation.
  39.  
  40. If you are installing 386MAX on a STACKER system:
  41.  
  42. This information explains how to install 386MAX or BlueMAX if Stacker
  43. is already present on the system.  These directions apply only to some
  44. STACKER users.    To determine if you need these instructions, use the
  45. SWAPMAP utility provided by STACKER.  Go to the STACKER directory and
  46. type SWAPMAP.  The printout you get should look similar to the one
  47. below:
  48.  
  49. SWAPMAP - 2.00, (c) 1990-91, Stac Electronics, Carlsbad, CA
  50.  
  51. Drive A: was drive A: at boot time
  52. Drive B: was drive B: at boot time
  53. Drive C: was drive D: at boot time    [ D:\STACVOL.000 = 52.6MB (physical)]
  54. Drive D: was drive C: at boot time
  55.  
  56. It is important to note the line that begins with "Drive C:".  If
  57. drive C:  was a drive other than C:  at boot time, follow these
  58. directions.  Otherwise, follow the on-screen prompts to install
  59. 386MAX.  A user with the above printout has an UNCOMPRESSED D:    drive,
  60. and a COMPRESSED C:  drive.  If these terms are unclear, consult your
  61. STACKER documentation.    Continue only when you understand which of
  62. your drives are compressed and which are uncompressed.
  63.  
  64. * CREATE A BACK-UP BOOTABLE FLOPPY
  65.  
  66. It is important to have a back-up bootable floppy available when
  67. installing any new software package.
  68.  
  69. Type FORMAT A: /S  at the DOS prompt and press < ENTER >.
  70.  
  71. Copy the CONFIG.SYS and AUTOEXEC.BAT from the UNCOMPRESSED drive.
  72. Test the disk by booting off of it.  Make the CONFIG.SYS and
  73. AUTOEXEC.BAT on this disk as simple as possible, but be sure to
  74. include the STACKER drivers.
  75.  
  76. * CHECK THE CONFIG.SYS ON THE UNCOMPRESSED DRIVE.
  77.  
  78. If you are using version 2.0 or later of STACKER, it is advisable to
  79. use the /SYNC parameter for SSWAP.    Check the device line in
  80. CONFIG.SYS for SSWAP.COM to be sure the /SYNC parameter is present.
  81. If not, add it to the device line according to the directions in
  82. STACKER documentation.
  83.  
  84. If you have a version of STACKER prior to 2.0, or do not wish to use
  85. the /SYNC parameter, you must create an AUTOEXEC.BAT file on the
  86. COMPRESSED drive.  This one line AUTOEXEC.BAT permanently replaces the
  87. AUTOEXEC.BAT file created by STACKER.  The AUTOEXEC.BAT should look
  88. like this:
  89.  
  90.        D:\AUTOEXEC.BAT    (where D: represents the uncompressed drive)
  91.  
  92. * RUN 386MAX's INSTALL PROGRAM.
  93.  
  94. When Install asks for the letter of the boot drive, enter the letter
  95. of the UNCOMPRESSED drive (D:  in the given example).  Allow the files
  96. to copy to your COMPRESSED drive (C:  in the given example).  Do not
  97. run Maximize.  After responding NO to Maximize, you are returned to a
  98. DOS prompt.
  99.  
  100. * Create a 386MAX directory on the UNCOMPRESSED drive.
  101.  
  102.   Copy the following files into the directory:
  103.  
  104.         386MAX.SYS
  105.         386MAX.PRO
  106.         386MAX.VXD      <== Provides windows support
  107.         386LOAD.SYS
  108.         386LOAD.CFG
  109.         XLAT.COM      <== applicable to 6.0 and above versions only
  110.  
  111. If you are using BlueMAX, you must copy these files:
  112.  
  113.         BlueMAX.SYS
  114.         BlueMAX.PRO
  115.         BlueMAX.VXD <== Provides windows support
  116.         386LOAD.SYS
  117.         386LOAD.CFG
  118.         XLAT.COM    <== applicable to 6.0 and above versions only
  119.  
  120. as well as the BCF specified in the BlueMAX.PRO file.
  121.  
  122. * Change the device line in CONFIG.SYS on the uncompressed drive from:
  123.  
  124.      DEVICE = C:\386MAX\386MAX.SYS PRO=C:\386MAX\386MAX.PRO
  125.              to:
  126.      DEVICE = C:\386MAX\386MAX.SYS PRO=\386MAX\386MAX.PRO
  127.  
  128. Make sure that the DEVICE= statement that loads 386MAX comes before
  129. the DEVICE= statements for STACKER.COM.  Otherwise, STACKER drivers
  130. will not be considered candidates for loading into high DOS.
  131.  
  132. * Reboot the system.
  133.  
  134. * Run Maximize from the 386MAX directory on the compressed drive (C:
  135. in the example given).    When asked, tell Maximize that you boot from
  136. the uncompressed drive (D:    in the example).
  137.  
  138. If you have any problems installing 386MAX on your system, typing
  139. Preinst at the command line in the 386MAX subdirectory will return
  140. your CONFIG.SYS and AUTOEXEC.BAT to the configuration prior to the
  141. installation of 386MAX.  If you have problems after starting Maximize,
  142. Premaxim returns your CONFIG.SYS and AUTOEXEC.BAT to the configuration
  143. prior to the last pass of Maximize.
  144.  
  145. Please note that using Preinst or Premaxim with Stacker's /SYNC option
  146. can cause incorrect files to be activated.    Both Preinst and Premaxim
  147. copy previous CONFIG.SYS and AUTOEXEC.BAT files over newer files with
  148. the same name.    In every case, a reply of yes to Stacker's inquiry to
  149. /SYNC will copy the unwanted files with a later time/date rather than
  150. the correct back-up files provided by 386MAX.  After using either
  151. Preinst or Premaxim, copy the CONFIG.SYS and AUTOEXEC.BAT from the
  152. uncompressed drive to the compressed drive.  If the files are copied
  153. correctly, you should not get the message from Stacker asking if you
  154. want to SYNC the drives.
  155.  
  156. The /EMS option for Stacker is NOT recommended for use with 386MAX if
  157. you also plan to use MicroSoft Windows on your system.
  158.  
  159. If you are using the Stacker Coprocessor (hardware), use the location
  160. provided by HINSTALL to protect the correct address space for the
  161. card:
  162.  
  163. HINSTALL    RAM= Parameter
  164. 1            RAM=C400-C800
  165. 2            RAM=C800-CC00
  166. 3            RAM=CC00-D000
  167. 4            RAM=D000-D400
  168. 5            RAM=D400-D800
  169. 6            RAM=D800-DC00
  170. 7            RAM=DC00-E000
  171.  
  172. Please consult STACKER documentation and/or STACKER technical support
  173. for issues relating to STACKER.
  174.  
  175.