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

  1. QUESTIONS & ANSWERS
  2.  
  3. Commonly Asked Questions about 386MAX
  4.  
  5.  
  6. All information pertains to both 386MAX and BlueMAX versions 7 and
  7. earlier.
  8.  
  9.  
  10. I have 4MB (or more) of RAM and I've installed 386MAX, but only 120KB
  11. of programs load into high DOS Why?
  12.  
  13. Although it might seem that 4MB is more than enough memory to load all
  14. your programs "high", extended memory may not be used to store TSRs
  15. and device drivers.  Due to the original design of the MS-DOS
  16. operating system, programs must be loaded within the first megabyte of
  17. address space.    The first 640KB is called conventional memory.    High
  18. DOS is the 384KB region between 640KB and 1MB.    Programs that are
  19. relocated from conventional memory into high DOS must fit within the
  20. confines of this region.  Unfortunately, the entire high DOS range is
  21. not usable because some of the addresses in this region are needed by
  22. your system hardware.  At a minimum, your video adapter and system
  23. BIOS must use a portion of these addresses.  In addition, you may have
  24. other adapters using memory in high DOS to address their RAM or ROM.
  25. 386MAX reclaims as many of the addresses between 640KB and 1MB as
  26. possible by using advanced memory management features such as ROMSRCH,
  27. VGASWAP, and FLEXFRAME technology.
  28.  
  29.  
  30. How often should I run Maximize?
  31.  
  32. Maximize is a program which automatically reconfigures your bootup
  33. files to load as many of your resident programs into high DOS as
  34. possible.  You should rerun Maximize when changes have been made which
  35. affect your low and high DOS memory.  If you have recently installed
  36. some new TSRs or device drivers, rerun Maximize to try to load these
  37. new programs into high DOS.  The addition of CD- ROM drivers or a new
  38. mouse driver are examples of this type of event.  You should also
  39. rerun Maximize if you make changes to the 386MAX.PRO file, so that
  40. Maximize can reconfigure your bootup files to account for the new set
  41. of options.  For example, you might add RAM=D000-D400 to 386MAX.PRO in
  42. order to protect the addresses used by a new adapter in your system.
  43.  
  44. Rerunning Maximize will reconfigure your startup files to find the
  45. best fit for your resident programs under this new environment.  It is
  46. not necessary to run Maximize after installing applications on your
  47. system unless those applications add resident programs to your
  48. configuration files.
  49.  
  50.  
  51. How do I run Maximize?
  52.  
  53. There are two ways to start Maximize.  You may run Maximize from the
  54. DOS prompt in your 386MAX directory.  To do so, you must change to the
  55. 386MAX directory using the Change Directory command (CD \386MAX),
  56. unless you have added 386MAX to your search path.  At the C:\386MAX
  57. prompt, type MAXIMIZE and strike ENTER.  Alternatively, you may run
  58. Maximize from the MAX shell program.  To run the MAX shell, type MAX
  59. at the C:\386MAX DOS prompt.  Once in the MAX shell, select MAXIMIZE
  60. from the menu.
  61.  
  62.  
  63. Why might I want to run Full Maximize rather than Quick Maximize?
  64.  
  65. As our on-line help suggests, Quick Maximize is faster because
  66. Maximize makes the decisions for you based on pre-set defaults.  Since
  67. each system is different and each User preferences vary, there are
  68. times when it is not appropriate to use Quick Maximize.  Here are two
  69. of the most common examples of instances when you should use Full
  70. Maximize:  You may have a TSR or driver that you know will not operate
  71. correctly when loaded into high DOS.  To keep it from being Maximized,
  72. run Full Maximize and toggle it to LOW during Phase II by using the F6
  73. key.  Perhaps you have a high performance video card which behaves
  74. incorrectly in certain modes when using VGASWAP.  Since, in most
  75. circumstances, VGASWAP is a default setting of Quick Maximize, you
  76. should run Full Maximize to decline using VGASWAP.
  77.  
  78.  
  79. I do not want Maximize to relocate my Micro channel Adapters in my IBM
  80. PS/2 system.  How do I prevent this from happening?
  81.  
  82. This is another good example of a situation where you should use Full
  83. Maximize.  By default, Quick Maximize will try to relocate your micro
  84. channel adapters to make your high DOS less fragmented.  If you do not
  85. wish to have your adapters Maximized, you should run Full Maximize.
  86. Full Maximize will display a list of your adapters during Phase I. To
  87. prevent the relocation of a particular adapter, highlight it using the
  88. arrow keys and toggle it to STATIC using the F6 key.
  89.  
  90.  
  91. There are some changes I would like to make in my 386MAX options.
  92. Where do I make these changes?
  93.  
  94. In your 386MAX directory, there is a text file called 386MAX.PRO.
  95. This file contains the options used by 386MAX when it initializes.    To
  96. change 386MAX options, edit this file with any ASCII text editor, such
  97. as DOS EDIT or the editor in the MAX shell.  Consult your 386MAX
  98. Reference Guide for more information on valid 386MAX options and their
  99. implementation.
  100.  
  101.  
  102. I have added an adapter card to my system which uses RAM or ROM in
  103. high DOS memory.  How do I keep 386MAX from using the adapter's range
  104. of addresses as high DOS?
  105.  
  106. Many adapters use RAM or ROM in high DOS.  Network cards, scanners,
  107. CDROM controllers, and SCSI drive controllers are common examples of
  108. adapters which may need to use memory between 640KB and 1MB.  To keep
  109. 386MAX from reclaiming the memory addresses in use by your adapters,
  110. use the RAM= command in the 386MAX.PRO file.  Consult the
  111. documentation for your adapters to determine the appropriate range of
  112. addresses to protect.  See Chapter 2 in your 386MAX User Guide for
  113. more information on the use of the RAM= option.
  114.  
  115.  
  116. Before using 386MAX, I used EMM386.EXE.  With EMM386.EXE, I used the
  117. EXCLUDE (/X=) command to protect some addresses in high DOS for my
  118. adapters' use.  I noticed 386MAX has an EXCLUDE command, should I use
  119. it in the same manner as with my previous memory manager?
  120.  
  121. Although 386MAX does have an EXCLUDE option, it does not have the same
  122. function as in the DOS memory manager.    The EXCLUDE statement
  123. instructs 386MAX to avoid mapping EMS pages in a certain area.    In
  124. general, the EXCLUDE= option is used for troubleshooting with older
  125. EMS-aware applications.  Unless instructed by the README file to add
  126. EXCLUDE= for an application in your system, it is rare that a user
  127. would have a valid use for this option.  The proper way to protect an
  128. adapter's RAM or ROM is to use a RAM= statement.  See Chapter 2 in
  129. your 386MAX User Guide for more information on the use of the RAM=
  130. option.
  131.  
  132.  
  133. I have SMARTDRV.EXE (or another cache) installed.  Should I switch to
  134. QCACHE?  Does it work better with 386MAX?
  135.  
  136. 386MAX is fully compatible with any of the popular disk caches which
  137. are available.    Qualitas includes QCache as an "extra" in the 386MAX
  138. package for two reasons.  First, our INSTALL automatically offers to
  139. replace old versions of SMARTDRV.SYS with QCache.  SMARTDRV.SYS, which
  140. was shipped with Windows 3.0 and DOS 5.0, may experience problems with
  141. disk transfers when loaded into high DOS.  QCache, which loads itself
  142. into high DOS, provides a safe alternative to SMARTDRV.SYS, without
  143. loss of system performance.  In addition, QCache introduces those
  144. users who are currently operating without a disk cache to the
  145. performance benefits of disk caching software.    If you have
  146. SMARTDRV.EXE or another reputable disk caching program, you may
  147. continue using it as before.
  148.  
  149.  
  150. I just replaced a major component in my system, such as the
  151. motherboard, hard drive, video adapter or system BIOS.    How do I
  152. reconfigure 386MAX?
  153.  
  154. There is a simple way to reconfigure 386MAX for major system changes.
  155. From your 386MAX diskette, run INSTALL /N.    The /N option instructs
  156. the INSTALL program that this is a new machine and that it should
  157. disregard any system specific options in the previous 386MAX.PRO file.
  158.  
  159. Alternatively, you may run INSTALL /N /R from your 386MAX directory.
  160. The /R option instructs INSTALL to run from the files already existing
  161. on your hard drive, eliminating the necessity of using the
  162. distribution diskette.
  163.  
  164.  
  165. When I try to run Windows I get the following error message, how do I
  166. correct this?  "386MAX VxD Error V1014:  Disk Cache or other file I/O
  167. software using EMS memory"
  168.  
  169. When invoking Windows, 386MAX checks to verify that no resident file
  170. I/O software is using EMS memory.  Because Windows will use free EMS
  171. pages to improve its own performance, conflicts may occur between
  172. Windows and EMS-resident software.    When the EMS resident software
  173. conducts file I/O, these conflicts may result in data loss.  Since we
  174. do not consider this to be a stable environment, Qualitas does not
  175. recommend using resident file I/O software in EMS when running
  176. Microsoft Windows.    If you receive this warning, the best course of
  177. action is to determine which file I/O software is causing the warning
  178. and prevent it from using EMS memory.  Common examples of these
  179. resident programs are network drivers, disk caches, and data
  180. compression drivers such as Stacker.  For more information, consult
  181. the 386MAX README file.
  182.  
  183.  
  184. When I look at the files on my hard drive, I see a very large file
  185. called 386spart.par which is using a number of megabytes of my disk
  186. space.    Did 386MAX add this file and, if so, why?
  187.  
  188. Actually, despite the name, this file is not a 386MAX file.  When
  189. running in 386 Enhanced mode, Windows will use a swap file to free RAM
  190. by swapping information in memory to a reserved area of disk space.
  191. To find more information about swap files, you should review the
  192. sections on Virtual Memory in your Windows manual.
  193.  
  194.  
  195. I would like to learn more about memory management.  Where can I look
  196. for more information?
  197.  
  198. Fortunately, Qualitas has already provided you the information to get
  199. you started.  Chapter Four of the User Guide provides introductions to
  200. memory management.    From there you can turn to ASQ, where we provide a
  201. tutorial to educate our users on memory management issues.    To run the
  202. tutorial, run ASQ from your 386MAX directory and select Learn from the
  203. menus.
  204.  
  205. # # #
  206.  
  207. Qualitas and 386MAX are registered trademarks, and BlueMAX and RAMexam
  208. are trademarks of Qualitas, Inc.  All other product names are
  209. trademarks of their respective owners.
  210.  
  211.