home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 150.img / TURBOEMS.ZIP / README.1ST < prev    next >
Text File  |  1988-08-12  |  7KB  |  158 lines

  1. 1. INSTALL Program Options:
  2.  
  3.   Several options have been added to the Turbo EMS INSTALL program
  4.   which may be of interest:
  5.  
  6.         /m - This option causes the INSTALL program displays to
  7.              be in black and white regardless of the display
  8.              adapter.  This option should be used if a black
  9.              and white monitor is attached to a CGA.
  10.  
  11.                         Example:
  12.                         C> INSTALL /m
  13.  
  14.         /c - This option sends the INSTALL program immediately
  15.              to the "Configure Turbo EMS" screen.  If you are
  16.              updating your configuration rather than installing
  17.              Turbo EMS, the use of this option is convenient.
  18.  
  19.                         Example:
  20.                         C> INSTALL /c
  21.  
  22. In the "Configure Turbo EMS" portion of the Installation program,
  23. if the Swap Medium is "Disk" rather than "Extended Memory", you
  24. can now elect to have the swap file allocated in a directory other
  25. than the root directory of the drive you choose.  Optionally, you
  26. can elect to give the swap file a name other than $EMS.SWP, but the
  27. default is still a file named $EMS.SWP in the root directory of the
  28. drive you specify.  To change this default, move the light bar to
  29. the option for specifying a Swap Disk Drive and press ENTER.  To change
  30. the default drive, simply backspace over the information you want to change
  31. and type in the fully qualified filename you want in the form:
  32.  
  33.                    "drive:\path\filename"
  34.  
  35. If a filename is not specified and the path ends with a "\", the default
  36. filename ($EMS.SWP) will automatically be used.
  37.  
  38.  
  39. 2. VEM.SYS - The device driver
  40.  
  41. The swap file is no longer marked as "Read Only" by Turbo EMS.  This
  42. change was made to provide full support for the DOS SHARE command.
  43. If you manually change your swap file to "Read Only", Turbo EMS will change
  44. it to "Read/Write" when it opens it.
  45.  
  46. Some minor changes were made to memory management to make Turbo
  47. EMS more fully compatible with programs which use the memory aliasing
  48. ability of the LIM 4.0 specification.  Turbo EMS is still not able
  49. to do complete memory alias support but will support many
  50. applications that take advantage of this ability.
  51.  
  52.  
  53. 3. TEMS.EXE - The Command
  54.  
  55. Turbo EMS is now compatible with DOS 4.0, including support of
  56. the DOS 4.0 "huge" disk partitions.  You can now use the "Fast I/O"
  57. option of Turbo EMS on a DOS 4.0 "huge" partition.
  58.  
  59. The Turbo EMS swap file can now be placed in any directory on
  60. any drive and can be named with any vaild DOS file name, although the
  61. default remains a file named $EMS.SWP in the root directory of the Swap
  62. Disk Drive specified.  The TEMS /d= option has been expanded to permit
  63. specification of a complete path and file name.  For example:
  64.  
  65.                  c>TEMS /d=c:\tems\swap.one
  66.  
  67. will invoke expanded memory and allocte the Turbo EMS swap file in the
  68. "tems" directory of the C drive and name the swap file
  69. "swap.one".  Note that this feature is particularly useful
  70. for networked user's of Turbo EMS who wish to place the swap
  71. file on a networked drive, but are either unable to access the
  72. root directory or are conflicting with others networked users
  73. who also need access to the swap file in the root directory.
  74.  
  75. Notes:
  76.  
  77. 1) Turbo EMS restricts the total number of characters in the
  78.    parameter section of the Device=VEM.SYS line in CONFIG.SYS
  79.    to 70 characters.  With the ability to specify a path/filename
  80.    for the swap file it is possible to exceed this length.
  81.    If you must specify more than 70 characters you should
  82.    use the command line options of the TEMS command to specify
  83.    some (or all) of the parameters.
  84.  
  85. 2) In DOS 4.0 the VDISK no longer allocates extended memory
  86.    from the low address (100000).  Instead, VDISK allocates
  87.    available extended memory from the highest possible address
  88.    and sets the amount of extended memory available to be
  89.    the amount present less the amount used by VDISK.  As a
  90.    result, the Turbo EMS Install program will not detect the
  91.    presence of a VDISK but will show the total amount of extended
  92.    memory present to be the total amount less the amount allocated
  93.    to VDISK.  Thus if you are running a DOS 4.0 VDISK, you can let
  94.    Turbo EMS default its starting address in extended memory.
  95.  
  96.  
  97. 4. Microsoft Windows 2.x
  98.  
  99. Windows 2.x users should be aware of the use of Turbo EMS expanded
  100. memory by Windows 2.x.  While Windows 2.x recognizes the presence of Turbo
  101. EMS expanded memory, it will not make use of this expanded memory if
  102. either the page frame is within the 640K address space or you have allocated
  103. less than 17 pages of expanded memory.  Applications running
  104. under Windows will still make use of the expanded memory provided
  105. by Turbo EMS.  If your page frame resides within the 640K address space,
  106. you can set up Window's SmartDrive in part of your extended memory and use
  107. the rest of your extended memory for Turbo EMS expanded memory.
  108. Windows will then swap applications to and from SmartDrive while
  109. programs running under Windows will use the Turbo EMS expanded memory.
  110. Please consult your Windows User's Guide for instructions on setting up
  111. and using SmartDrive as well as for any changes to the PIF section of your
  112. WIN.INI file that might be necessary.
  113.  
  114. In order to place the page frame outside of the 640K address
  115. space you must have at least 64K of RAM above the 640K address and
  116. below the 1 MB address.  The simplest way to have this memory is to purchase
  117. a RYBS Hi-Card (or equivalent) and to specify a page frame address in
  118. the Install/Configure Turbo EMS section.  To do this, move the light bar
  119. to the "Page Frame Align" option and press ENTER.  Next, move the light bar
  120. to the "User-Specified" parameter and press ENTER.  At the prompt, enter
  121. the starting address as a 4 character hexidecimal number (eg. C000).
  122. Alternatively, you can use the /A=xxxx option on the TEMS command line.
  123. When the page frame is moved to between 640 KB and 1 MB, Windows 2.x
  124. will use the expanded memory and you will have additional conventional
  125. memory for your applications.
  126.  
  127. Note that the Hi-Card memory can be used for applications
  128. other than Turbo EMS.  It is possible to locate TSR's,
  129. device drivers (including VEM.SYS) and many network programs
  130. in the address space between 640 KB and 1 MB.
  131.  
  132.  
  133. 5. Lotus 1-2-3 and Symphony
  134.  
  135. Symphony and 1-2-3 users who do repeated sorts will find that the time
  136. needed for second and subsequent sorts can be drastically reduced if
  137. the sorted file is saved to and restored from a temporary file prior to
  138. the next sort.  This has the effect of forcing "garbage collection" prior
  139. to each sort.
  140.  
  141.  
  142. 6. Symantec Q & A
  143.  
  144. Users of Q & A version 3.0 should be aware that this application does disk
  145. I/O from expanded memory.  If you have configured Turbo EMS to use extended
  146. memory, this will not be a problem.  If you have configured Turbo EMS to use
  147. a disk file to provide expanded memory, you should hide expanded memory
  148. before invoking Q & A.
  149.  
  150.  
  151. 7. DOS 4.0
  152.  
  153. DOS 4.0 can make use of expanded memory for some of its internal uses such
  154. as VDISK, BUFFERS, etc..  While Turbo EMS is compatible with DOS 4.0 and
  155. applications running under DOS 4.0, Turbo EMS supplied expanded memory
  156. should not be used for DOS 4.0 internal uses, nor should it be used if you
  157. have installed the DOS 4.0 EMS device drivers XMAEM.SYS and/or XMA2EMS.SYS.
  158.