home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / electric / sim120bn.zip / INSTALL.DOC next >
Text File  |  1993-11-09  |  6KB  |  138 lines

  1.          MS-DOS 386/486 Installation Guide for SIMIC Program
  2.          ---------------------------------------------------
  3.  
  4. **** IMPORTANT - In order for the SIMIC program to operate properly,
  5. you cannot disable EMS.  For example, if you are using EMS386,
  6. do not use the NOEMS option.
  7.  
  8. Overview - Installing SIMIC Version 1.0
  9. ---------------------------------------
  10.  
  11. The SIMIC program uses the DPMI memory management scheme for virtual memory.
  12. A test program TESTENV.EXE is provided to determine whether your
  13. configuration is compatible with this version.
  14.  
  15. The QEMM manager supports a QDPMI driver extension that allows both memory
  16. management schemes to coexist well together.  To run the DPMI version under
  17. Desqview (or Desqview/X) the QDPMI driver extension must be
  18. installed, and the Desqview utility NODESQ.COM must be run prior to
  19. running SIMIC.
  20.  
  21. If the test program TESTENV shows that your configuration is incompatible
  22. with the DPMI version, then you must change the configuration.
  23.  
  24. Installing the DPMI version
  25. ---------------------------
  26.  
  27. The DPMI version is found in the DPMI directory, along with any supporting
  28. programs for this version.
  29.  
  30.     (1)    Run the TESTENV program. If no errors occur, then continue to Step
  31.            (2), otherwise see TESTENV description below to determine the
  32.            course of action. You may delete TESTENV.EXE and TESTPENV.EXE from
  33.            your hard disk as they are no longer needed.
  34.  
  35.     (2)    If you plan to run SIMIC under windows and do not have a floating
  36.            point coprocessor, you must install the floating point emulator,
  37.            VEMD.386.  Add this device to the system.ini windows file.  For
  38.            example:
  39.  
  40.                 device=c:\simic\vemd.386
  41.  
  42.        You must then re-start windows to complete installation.  You must
  43.        also create the appropriate .pif file for SIMIC.
  44.  
  45. Configuration Tests (TESTENV.EXE)
  46. --------------------------------
  47.  
  48.     Intel provides configuration tests to verify that your current system 
  49.     configuration is compatible with the C Code Builder run-time environment. 
  50.     If the tests show that you have an incompatible processor or coprocessor, 
  51.     we recommend replacing the component.
  52.  
  53.     To run the configuration tests, enter the following command at the DOS 
  54.     prompt:
  55.     TESTENV
  56.  
  57.     Do not execute the TESTPENV.EXE file directly; the TESTENV program calls
  58.     the TESTPENV program for some of the tests.
  59.  
  60.     You also can run the tests under Windows 3.0 in 386 enhanced mode, 
  61.     although some tests are skipped.
  62.  
  63.     By default, TESTENV displays an abbreviated listing of the test results. 
  64.     To get extended reporting of tests and test results, use the /e control 
  65.     as follows:
  66.     TESTENV /e
  67.  
  68.     To force tests to run that ordinarily are skipped, use the /f control: 
  69.     TESTENV /f
  70.  
  71.     You can use both controls at once and save the output in a file: 
  72.     TESTENV /e /f > testres.txt
  73.  
  74.    It has been found that TESTENV does not run properly under QDPMI Version
  75.    1.00.  However, SIMIC seems to run correctly under this configuration.
  76.    If configuration changes cannot be undertaken to correct any problems
  77.    shown by TESTENV, then the VCPI version must be used.
  78.  
  79. Virtual Memory Usage
  80. -------------------
  81.  
  82.     The maximum linear (virtual) accessible address space (region size) for 
  83.     SIMIC is 256 megabytes, in any combination of physical extended memory 
  84.     and swap file space. The maximum physical extended memory is 32 megabytes.
  85.  
  86.     When loading under a DOS Protected Mode Interface (DPMI) host such as 
  87.     Windows, the DPMI host provides the virtual memory management services 
  88.     rather than the DOS extender.
  89.  
  90.     SIMIC, by default, creates the swap file: "\xmswap.tmp", if needed. You 
  91.     may change the name (and location) of this file by assigning the SWAP 
  92.     environment variable to the desired name. For example:
  93.      SET SWAP=C:\TMP\SWAP.TMP
  94.     This is usually done in your AUTOEXEC.BAT file.
  95.  
  96.     If a large SWAP space is needed, it will take SIMIC a little time to 
  97.     initialize the SWAP file. You may generate a permanent swap file to 
  98.     significantly reduce this overhead (see VMADJUST below). The available 
  99.     SWAP space size is defined by the region size and SWAP file size. If 
  100.     SIMIC does not have enough swap space then an Out of Memory message 
  101.     will be displayed. In this event, you may increase the SWAP size as 
  102.     described below.
  103.  
  104.  
  105.  
  106. Utility for Manipulating the Region Size and Swap File (VMADJUST.EXE)
  107. --------------------------------------------------------------------
  108.  
  109.     Genashor provides the VMADJUST utility to modify the region size of the 
  110.     SIMIC program, or to modify the size of the swap file for executing under 
  111.     stand-alone DOS.
  112.  
  113.     The virtual memory manager uses a disk file (swap file) as an extension 
  114.     to physical memory. (If you are running under Windows 3.0, see your 
  115.     Windows documentation for information about modifying Windows' swap 
  116.     file with the Windows 3.0 "swapfile" utility.)
  117.  
  118.     To modify the region size of SIMIC, invoke the utility as follows:
  119.      VMADJUST SIMIC.EXE
  120.     The VMADJUST program is menu-driven.
  121.  
  122.     Be certain that the device on which the swap file is allocated is not 
  123.     corrupted; run the DOS "chkdsk" program from time to time to verify the 
  124.     integrity of the device.
  125.  
  126.     You should remove extended-memory resident utilities such as VDISK to 
  127.     free up more extended memory, if necessary.
  128.  
  129.  
  130.  
  131. Using Ctrl-C Under Windows
  132. -------------------------
  133.  
  134.     If you want to use Ctrl-C to terminate the SIMIC program when executing 
  135.     under Windows, be sure to use a batch file (.bat) or a program information
  136.     file (.pif) for SIMIC. See Chapter 12 in the Microsoft Windows Graphical 
  137.     Environment User's Guide for how and why to use .pif files.
  138.