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

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