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

  1. DRDOS and 386MAX
  2.  
  3.  
  4. This document explains how to install 386MAX/BlueMAX version 7.xx on a
  5. system with DRDOS 6.0. 386MAX is used as an example in all cases.
  6.  
  7. Before you install 386MAX:    Use a text editor to modify your
  8. CONFIG.SYS file.
  9.  
  10. * Remove the ?"Load memoryMAX software (Y/N) " from the line in your
  11. CONFIG.SYS that reads:
  12.  
  13. ?"Load memoryMAX software (Y/N) " Device=C:\DRDOS\EMM386.SYS /F=Auto
  14. /K=3072
  15.  
  16. * Add the following line to your CONFIG.SYS file after the modified
  17. line from above:
  18.  
  19.         DEVICE=C:\DRDOS\HIDOS.SYS /bdos=ffff
  20.  
  21. Install 386MAX:  Follow the on-screen prompts until you are asked if
  22. you want to run Maximize.
  23.  
  24. * When Install asks if you want to run Maximize, say NO.  Do not run
  25. Maximize at this time.    After verifying your "NO" response, Install
  26. exits to DOS.
  27.  
  28. * Check the location of the DEVICE= line for 386MAX.SYS in your
  29. CONFIG.SYS.  The following lines should be in your CONFIG.SYS in the
  30. given order:
  31.  
  32. HIDOS=ON
  33. Device=C:\DRDOS\HIDOS.SYS /bdos=ffff
  34. Device=C:\386MAX\386MAX.SYS PRO=C:\386MAX\386MAX.PRO
  35.  
  36. For versions of MAX prior to 6.02:    if the following two lines are
  37. present anywhere in your CONFIG.SYS, move them so that they load
  38. immediately before HIDOS=ON in the above example.  For version 6.02
  39. and later, move these lines so that they load immediately after the
  40. 386MAX device driver:
  41.  
  42.  Device=C:\DRDOS\SSTORDRV.SYS
  43.  Device=C:\DRDOS\DEVSWAP.COM
  44.  
  45. * Reboot your system.
  46.  
  47.  
  48. Run Maximize:
  49.  
  50. * type Maximize in the 386MAX subdirectory, and follow the on-screen
  51. prompts.  You may choose to run either Quick or Full Maximize.
  52.  
  53. Maximize will run to completion.  You will be returned to the DOS
  54. prompt (or your own start-up configuration) after the third phase of
  55. Maximize.
  56.  
  57. If you are using a version of MAX before 6.0:
  58.  
  59. On initial installation, 386MAX 5.12 does not strip out DRDOS 6.0
  60. memory management commands.  Remove the commands manually before
  61. installing 386MAX.    The commands to look for are:
  62.  
  63. In CONFIG.SYS -
  64.  
  65. * Any line beginning with HIDEVICE= should be changed to read DEVICE=
  66. * Any line beginning with HIINSTALL should be changed to read INSTALL=
  67. * Remove the line that reads DEVICE=C:\DRDOS\EMM386.SYS /bdos=FFFF
  68.  
  69. In AUTOEXEC.BAT -
  70.  
  71. * Remove HILOAD from any affected lines, for example:
  72.  
  73.   HILOAD SLP  - should be changed to SLP
  74.  
  75.  
  76. Common Problems with DRDOS 6.0:
  77.  
  78. If your network drivers fail to load, you may need to upgrade to a
  79. DRDOS compatible version of the drivers.
  80.  
  81. If you are using Windows 3.1, use the patch for DRDOS (DR6WIN.ZIP or
  82. DR6WIN.EXE) available on MicroSoft's BBS.
  83.  
  84.  
  85. Error message - "This driver not supported by this version of DOS".
  86. If you did not allow DRDOS to make changes to your CONFIG.SYS or
  87. AUTOEXEC.BAT files, the driver that you were using for another
  88. operating system may not be supported by DRDOS.  Check DRDOS driver
  89. listing for compatibility (i.e., running MS DOS - DOSKEY).
  90.  
  91. If Device Drivers and TSRs are not being relocated into high DOS
  92. memory, verify that your CONFIG.SYS has all the lines given in the
  93. example above.    If HIDOS=ON is present in your CONFIG.SYS without the
  94. HIDOS.SYS line (see the example above), the amount of high DOS memory
  95. available to 386MAX for loading device drivers and TSRs is decreased
  96. and Maximize will take much longer than necessary to run to
  97. completion.
  98.  
  99.