home *** CD-ROM | disk | FTP | other *** search
/ PC97 Software / SOFTWARE_97.iso / QEMM.97 / DISK1 / README.TXT < prev    next >
Text File  |  1997-05-15  |  11KB  |  265 lines

  1. QEMM 97 README FILE
  2. ====================
  3.  
  4.   This file includes last-minute information that did not make it
  5.   into the manual as well as possible compatibility problems that
  6.   you may find while running QEMM 97. For that reason alone, it is
  7.   worthwhile reading! If you want to print this file for future
  8.   reference, be sure you are in the QEMM directory and type "COPY
  9.   README.TXT PRN:" at the DOS prompt. Alternatively, you may print
  10.   this file from the Windows Notepad by clicking on the File menu,
  11.   then Print.
  12.  
  13.   This file may contain information that is NOT in QEMM Setup's
  14.   Help ReadMe sections.
  15.  
  16.  
  17. INSTALLATION AND COMPATIBILITY NOTES
  18. ====================================
  19.  
  20. QEMM TECHNOTES
  21.  
  22.   There are several helpful technical notes in the TECHNOTE
  23.   subdirectory under the QEMM installation directory.  All of the
  24.   QEMM technotes may be viewed by running QEMM Setup (QSETUP)
  25.   either from DOS or from Windows; QEMM Setup incorporates a file
  26.   viewer that allows you to read these notes easily.  The Windows
  27.   version of QEMM Setup features a Windows Help file that also
  28.   incorporates versions of these notes.
  29.  
  30.   PRODUCTS.TEC contains a list of compatibility issues between QEMM
  31.   and other hardware and software products.  Please read this
  32.   technote before beginning any troubleshooting.  Other online
  33.   documents, including QEMMUTIL.TEC, TESTPRGS.TEC, and QPI.TEC,
  34.   describe utility programs and technical information for
  35.   programmers and advanced users of QEMM.  Still others provide
  36.   background information, compatibility notes, or tips and tricks
  37.   related to various types of hardware and software.
  38.  
  39. SAVING DISK SPACE FOR WINDOWS-ONLY USERS
  40.  
  41.   If you work exclusively in Microsoft Windows, you can delete the
  42.   contents of the QEMM\TECHNOTE subdirectory, at a savings of about
  43.   400K of disk space.  All the QEMM technotes are also included in
  44.   the Windows Help file, and can be read by selecting Technotes
  45.   from the QEMM Setup Help menu.
  46.  
  47. OPTIMIZE'S CONVENTIONAL MEMORY REQUIREMENTS
  48.  
  49.   It is possible to load so many TSRs and device drivers on your
  50.   system that you may run out of memory during the OPTIMIZE
  51.   process!  Please refer to the technical note MAXMEM.TEC in your
  52.   QEMM\TECHNOTE directory for suggestions on improving your
  53.   pre-OPTIMIZE configuration.  In cases where OPTIMIZE does not
  54.   complete successfully, you may wish to try taking advantage of
  55.   expanded memory by skipping the hardware detection phase.  To do
  56.   this, start OPTIMIZE from the DOS command line with the /NH
  57.   parameter as follows:
  58.  
  59.   OPTIMIZE /NH
  60.  
  61. OPTIMIZE, DOS-UP AND BUFFERS
  62.  
  63.   In versions of MS-DOS up to 6.22, up to 48 DOS BUFFERS could be
  64.   loaded into the High Memory Area (HMA) along with the DOS kernel.
  65.   In MS-DOS 7 (the version of DOS that accompanies Windows 95), it
  66.   is possible for other parts of DOS to be loaded into the HMA,
  67.   reducing the amount of space available for BUFFERS, and causing
  68.   them to be loaded below the HMA.  This may result in a conflict
  69.   during the OPTIMIZE Software Detection Phase, such that not
  70.   enough memory is available to determine accurately the memory
  71.   needed by DOS-Up to load BUFFERS above 640K.
  72.  
  73.   If you are using Windows 95 or the underlying version of DOS that
  74.   accompanies it, and if you are using the DOS=LOW setting in
  75.   CONFIG.SYS, Quarterdeck recommends that you set your BUFFERS=
  76.   value to 30 or less.
  77.  
  78. WINDOWS 95 AND PREVIOUS DOS VERSIONS
  79.  
  80.   If your Windows 95 system is set up to allow you to boot to a
  81.   previous DOS version, the names of multiple configuration paths
  82.   must be unique for both your Windows 95 CONFIG.SYS and your
  83.   MS-DOS CONFIG.SYS.  For example, if you have a multiple
  84.   configuration path labelled "GAMES" in your Windows 95
  85.   CONFIG.SYS, you must not have a path labelled "GAMES" in your
  86.   MS-DOS CONFIG.SYS; instead, you could have a path labelled
  87.   "GAMES95" in the Windows 95 CONFIG.SYS, and one labelled
  88.   "GAMES622" in the MS-DOS CONFIG.SYS.
  89.  
  90. QEMM'S STEALTH D*SPACE AND DRIVESPACE
  91.  
  92.   QEMM's Stealth D*Space feature supports all versions of
  93.   DoubleSpace or DriveSpace that accompany MS-DOS version 6.00
  94.   through 6.22.  Stealth D*Space does not currently support the
  95.   version of DriveSpace that comes with Windows 95 (or DOS 7), nor
  96.   the DriveSpace that comes with the Microsoft Plus Pack.
  97.  
  98. BATCH FILES AND OPTIMIZE
  99.  
  100.   The OPTIMIZE process requires that batch files be CALLed,
  101.   rather than run directly.  That is, any batch file in
  102.   AUTOEXEC.BAT (or in a batch file CALLed from AUTOEXEC.BAT) must
  103.   take the form
  104.  
  105.   CALL MYBATCH.BAT
  106.  
  107.   rather than
  108.  
  109.   MYBATCH.BAT
  110.  
  111.   This is especially important at the end of AUTOEXEC.BAT.  In
  112.   order to monitor the boot process properly, OPTIMIZE must regain
  113.   control of the system at the end of AUTOEXEC.BAT. Thus the
  114.   OPTIMIZE process will fail if the last line of your AUTOEXEC.BAT
  115.   file is a batch file that is not "CALLed" (that is, a batch file
  116.   without a CALL command in front of it); such batch files never
  117.   return control to AUTOEXEC.BAT, and thus OPTIMIZE is unable to
  118.   regain control.  If the last line of AUTOEXEC.BAT is a batch
  119.   file, make sure to CALL it as shown in the example above.
  120.  
  121. OPTIMIZE AND PROGRAMS THAT LOAD THEMSELVES HIGH
  122.  
  123.   If you receive a message during the OPTIMIZE process that a
  124.   program is failing to load high, it is probable that a program
  125.   that loads itself high is interfering with OPTIMIZE's analysis.
  126.   The simplest solution to this phenomenon is to remove any
  127.   DOS=UMB line from CONFIG.SYS (or change DOS=HIGH,UMB to
  128.   DOS=HIGH), and to make sure that the line
  129.  
  130.   DOS=NOUMB
  131.  
  132.   appears in your CONFIG.SYS file.
  133.  
  134. OPTIMIZE'S STEALTH TESTING PROCESS
  135.  
  136.   OPTIMIZE's Stealth Testing process is the best way to ensure
  137.   both maximum memory and maximum compatibility with your system.
  138.   To take advantage of this feature, make sure that you're
  139.   starting from a stable, bootable QEMM configuration.  Typically
  140.   the line
  141.  
  142.   DEVICE=C:\QEMM\QEMM386.SYS ON
  143.  
  144.   will allow you to boot your system safely.  From this, you may
  145.   run OPTIMIZE's Stealth Testing procedure in the following way:
  146.  
  147.   1) At the DOS prompt, type
  148.  
  149.      OPTIMIZE /REMOVEALL
  150.  
  151.      This will remove LOADHI commands and parameters from all of
  152.      the lines in CONFIG.SYS, AUTOEXEC.BAT, and any batch files
  153.      called from AUTOEXEC.BAT.
  154.  
  155.   2) Edit CONFIG.SYS and remove all parameters except ON from the
  156.      QEMM386.SYS line in CONFIG.SYS.
  157.  
  158.   3) At the DOS prompt, type
  159.  
  160.      OPTIMIZE /ST
  161.  
  162.      The Stealth Testing process provides maximum compatibility
  163.      with your system.
  164.  
  165. QEMM386.SYS AND 3COM NETWORK CARDS
  166.  
  167.   QEMM's QuickBoot feature may conflict with a quirk of 3Com
  168.   Etherlink III network cards with 3C59X drivers.  These cards
  169.   and drivers may require the BOOTENABLE:N (BE:N) parameter to be
  170.   specified on the QEMM386.SYS line in CONFIG.SYS.
  171.  
  172. QEMM386.SYS AND WINDOWS 95'S ADD NEW HARDWARE FEATURE
  173.  
  174.   The automatic hardware detection process in Microsoft Windows
  175.   95's Add New Hardware feature may require a clean system for
  176.   stable operation, including disabling QEMM386.SYS temporarily
  177.   at boot time. When installing new hardware, you may easily
  178.   disable QEMM temporarily by holding down the Alt key as soon as
  179.   you see the "Starting Windows 95" message at boot time. Disable
  180.   DOSDATA.SYS and QEMM386.SYS, ignore messages from LOADHI that
  181.   QEMM is disabled, and allow your system to continue booting;
  182.   install your new hardware and reboot.
  183.  
  184.  
  185. INSTALLATION AND UNINSTALLATION
  186. ===============================
  187.  
  188.   Install will default to installing QEMM to the C:\QEMM
  189.   directory.  If you have a previous version of QEMM that is not
  190.   in the C:\QEMM directory, we recommend installing to the same
  191.   directory as your previous version.
  192.  
  193.   On some systems, it is possible that you may receive a report
  194.   of a Fatal exception 0D @012F:BFF767D7 as INSTALL copies
  195.   SCHANNEL.DLL.  In such cases, there is a copy of SCHANNEL on
  196.   your system already.  Pressing the space bar at this point will
  197.   allow installation to continue normally.
  198.  
  199.   Uninstallation does not remove QEMM from the PATH statement in
  200.   AUTOEXEC.BAT.
  201.  
  202.   Uninstallation on Windows 95 systems will leave OPTIMIZEd
  203.   MS-DOS program's PIFs in an OPTIMIZEd state.  If you wish to
  204.   remove QEMM from your system, and if you have OPTIMIZEd MS-DOS
  205.   mode PIFs, you should restore the backup of your PIF, or
  206.   right-click on the PIF shortcut, choose Properties, the Program
  207.   tab, and the Advanced button; then edit the CONFIG.SYS and
  208.   AUTOEXEC.BAT manually.
  209.  
  210.   Uninstallation may not remove QEMM-related statements from
  211.   CALLed batch files that are not in the DOS path, unless you
  212.   have supplied a fully-qualified path to the CALLed batch file.
  213.  
  214.   If you install from DOS on a Windows system, you may receive
  215.   error messages the first time you start Windows after
  216.   installation.  QEMM's Windows components will be installed
  217.   immediately after this, and the messages should subsequently
  218.   disappear.
  219.  
  220. QEMMWIN USER INTERFACE
  221.  
  222.   Under Windows 95, on video cards that use the Cirrus CL-GD5434
  223.   chipset with the video BIOS v1.24 (you may determine your
  224.   chipset through Manifest's Adapters / Video report), you may
  225.   experience a system crash when you attempt to display QEMMWIN's
  226.   Details / Memory screen.  To resolve this problem, obtain the
  227.   updated video drivers that are part of the Direct/X 3.0
  228.   distribution.  Contact Cirrus Logic for details.
  229.  
  230.  
  231. ERRATA AND OMISSIONS IN THE DOCUMENTATION
  232. =========================================
  233.  
  234. QEMM's PNP:(Y/N) PARAMETER
  235.  
  236.   QEMM provides special support for Plug and Play BIOSes.  When
  237.   Stealth is active, QEMM does not map High RAM over the Plug and
  238.   Play signature; this allows programs to scan the system ROM and
  239.   to find the Plug and Play signature and entry points. QEMM also
  240.   does some patching to make sure that the machine's state is
  241.   setup properly during P&P calls.
  242.  
  243.   QEMM's default behavior is to set PNP:Y internally to perform
  244.   this work. PNP:N suppresses the patching that we do to leave
  245.   the Plug and Play signature exposed and leaves the machine's
  246.   native Plug and Play support in place.
  247.  
  248.   PNP:N is generally a bad parameter to use, since Windows 95
  249.   makes Plug and Play calls as it starts, and those calls will
  250.   fail if QEMM is active without its Plug and Play support. PNP:N
  251.   might change the behavior of a system failure, but should not
  252.   be used as a troubleshooting parameter unless the system is
  253.   utterly failing to start up.
  254.  
  255. QEMMWIN DRIVE ALERTS
  256.  
  257.   The online help for the QEMMWIN User Interface suggests that
  258.   QEMMWIN will monitor drive space on network drives, and will
  259.   provide alerts in low-disk-space conditions.  QEMMWIN reports
  260.   only on local hard drives.
  261.  
  262.  
  263.  
  264.  
  265.