home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 87.img / CURRENT4.ZIP / RAMDRIVE.TXT < prev    next >
Text File  |  1989-03-13  |  7KB  |  168 lines

  1. ================================================================================
  2.                          USING RAMDRIVE WITH WINDOWS
  3. ================================================================================
  4.  
  5. First, follow the installation instructions provided by your extended
  6. memory board manufacturer.  Next, copy the file, RAMDRIVE.SYS, from
  7. the Utilities 2 Disk to your fixed disk.  Then add the following command
  8. line to your CONFIG.SYS file:
  9.  
  10. device=[drive:][path]RAMDRIVE.SYS [bbbb] [ssss] [dddd] [/E or /U]
  11.  
  12. Note that either /E or /U may be specified, but not both.  If you do
  13. not specify one of these two, then RAMDrive will use system memory
  14. for RAMDrives. It is almost always a bad idea to use conventional
  15. memory for a RAMdrive as it will significantly reduce the performance
  16. of Windows.  Running RAMdrive in extended (/E) memory, or on an AT&T
  17. 6300 Plus (/U) is much preferred.  Following is an explanation of the
  18. parameters:
  19.  
  20.                *NOTE:  Information in a RAMDrive is lost when you
  21.                        re-boot or restart your computer.
  22.  
  23.         [bbbb]  The first numeric argument, if present, is the amount
  24.                 of memory in kilobytes to be used as your RAMDrive.
  25.                 If no numeric arguments are specified, then the default
  26.                 value is 64K.  The minimum amount of memory needed is
  27.                 16K;  the maximum amount of memory possible is 4096K.
  28.  
  29.         [ssss]  The second numeric argument, if present, is the sector
  30.                 size in bytes. If a second numeric argument is not
  31.                 specified, the default is 512 bytes.  The four
  32.                 possible values are 128, 256, 512, and 1024 bytes.
  33.  
  34.                 NOTE:  With IBM PC-DOS or Olivetti DOS the maximum value
  35.                        allowed is 512 bytes.  With MS-DOS 1024 bytes is
  36.                        the maximum value.
  37.  
  38.                        Values are rounded up to the nearest sector size
  39.                        boundary.
  40.  
  41.         [dddd]  The third numeric argument, if present, is the number of
  42.                 root directory entries.  If no third numeric argument is
  43.                 specified, then the default is 64.  The minimum number of
  44.                 entries needed is 2; the maximum number allowed is 1024.
  45.  
  46.                 *NOTE: If there is too little memory to create the number
  47.                        of root directory entries specified, then RAMDrive
  48.                        attempts to create a RAMDrive with fewer root
  49.                        directory entries.
  50.  
  51.         /E      Specifies that extended memory is to be used for the
  52.                 RAMDrive.  
  53.  
  54.         /U      Specifies that some or all of the 384K of upper extended
  55.                 memory on the AT&T 6300 PLUS motherboard is to be used as
  56.                 an extra RAMDrive.  You may only specify this parameter
  57.                 with an AT&T 6300 PLUS.
  58.  
  59.                 *NOTE: There is 1K of RAMDrive overhead.  Only 383K
  60.                        is available for RAMDrives.  This overhead is
  61.                        constant; it does not depend on the number of
  62.                        RAMDrives installed.
  63.  
  64.  
  65. ================================================================================
  66. ERROR MESSAGES
  67. ================================================================================
  68.  
  69.     Message:  RAMDrive: Computer must be PC-AT, or PC-AT compatible
  70.  
  71. Explanation:  There is no extended memory available on your PC-AT or
  72.               compatible for RAMDrives.
  73.  
  74.      Result:  RAMDRIVE.SYS was not installed.
  75.  
  76.    Solution:  Remove the /E parameter.  Try installing RAMDrive in
  77.               system memory.
  78.  
  79. -----------------------------------------------------------------------------
  80.  
  81.     Message:  RAMDrive: No extended memory available
  82.  
  83. Explanation:  Your computer has no memory available for RAMDrives.
  84.  
  85.      Result:  RAMDRIVE.SYS was not installed.
  86.  
  87.    Solution:  Free some extended memory or obtain more memory.
  88.  
  89. -----------------------------------------------------------------------------
  90.  
  91.     Message:  RAMDrive: Insufficient memory
  92.  
  93. Explanation:  Your computer has some memory available, but not enough
  94.               to set up a RAMDrive.
  95.  
  96.      Result:  RAMDRIVE.SYS was not installed.
  97.  
  98.    Solution:  Free some extended memory or obtain more memory.
  99.  
  100. -----------------------------------------------------------------------------
  101.  
  102.     Message:  RAMDrive: Invalid parameter
  103.  
  104. Explanation:  The parameters you specified in your CONFIG.SYS entry for
  105.               RAMDRIVE.SYS are not correct.
  106.  
  107.      Result:  RAMDRIVE.SYS was not installed.
  108.  
  109.    Solution:  Check to see if you specified too many parameters, if one
  110.               of your numeric parameters is not valid, if you specified
  111.               conflicting switches ( i.e. only one of /E or /U may be
  112.               specified ), or if you specified too many switches. Change
  113.               the RAMDRIVE.SYS command line in your CONFIG.SYS file to
  114.               conform to the usage described above.
  115.  
  116. -----------------------------------------------------------------------------
  117.  
  118.     Message:  RAMDrive: Incorrect DOS version
  119.  
  120. Explanation:  RAMDrive requires DOS 2.X or DOS 3.X.  Windows 2.1
  121.               requires DOS 3.0 or higher.
  122.  
  123.      Result:  RAMDRIVE.SYS was not installed.
  124.  
  125.    Solution:  Upgrade to DOS 3.0 or higher.
  126.  
  127. -----------------------------------------------------------------------------
  128.  
  129.     Message:  RAMDrive: I/O error accessing drive memory
  130.  
  131. Explanation:  During the set up of the RAMDrive, an error was
  132.               detected in the memory being accessed for RAMDrive.
  133.  
  134.      Result:  RAMDRIVE.SYS was not installed.
  135.  
  136.    Solution:  Run the memory test for the memory on which you
  137.               were attempting to install a RAMDrive.
  138.  
  139. ================================================================================
  140. OTHER MESSAGES
  141. ================================================================================
  142.  
  143.     Message:  Microsoft RAMDrive version Y.YY virtual disk [drive:]
  144.  
  145. Explanation:  RAMDrive Header message.  Y.YY is the version of
  146.               RAMDrive; [drive:] is the DOS drive letter assigned
  147.               to this RAMDrive.
  148.  
  149.               NOTE:  On DOS 2.X the "virtual disk d:" part of this
  150.                      message will not be printed.
  151.  
  152. -----------------------------------------------------------------------------
  153.  
  154.     Message:  Disk size: x k
  155.               Sector size: x bytes
  156.               Allocation unit: x sectors
  157.               Directory entries: x
  158.  
  159. Explanation:  This message tells how many kilobytes of memory were
  160.               assigned to the RAMDrive, how many bytes there are in
  161.               a sector, how many sectors there are in an allocation
  162.               unit, and how many root directory entries there are
  163.               (including the volume label).
  164.  
  165. ================================================================================
  166.                               END OF RAMDRIVE.TXT
  167. ================================================================================
  168.