home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / util2 / membrain.lzh / MEMBRAIN.DOC next >
Text File  |  1984-06-12  |  4KB  |  90 lines

  1. DESCRIPTION: 
  2.  
  3.     MEMBRAIN.EXE creates a file named 'MEMBRAIN.SYS', a DOS device driver 
  4. for an emulated disk drive configured to your specifications. DOS will 
  5. assign to the drive the next available drive letter. For example, if your 
  6. system has two diskette drives (A & B), then the emulated drive will be 
  7. drive C. The emulated drive will function identically to a hardware drive 
  8. with a few exeptions. First, this drive need not and connot be formatted. 
  9. Second, when you turn the system off, the drive ceases to exist. Be sure 
  10. to copy any files that must be saved to a hardware drive before power off. 
  11. Third, it's fast!!! 
  12.  
  13.  
  14. SYSTEM REQUIREMENTS: 
  15.  
  16.     An IBM PC or XT with at least 128K of memory and DOS 2.x operating 
  17. system. 
  18.  
  19.  
  20. INSTALLATION: 
  21.  
  22.     1) Enter on the DOS command line: 
  23.  
  24.     MEMBRAIN  disk size,sector size,cluster size,directory entries,path 
  25.  
  26.          disk size - The requested size of the emulated drive in Kbytes. 
  27.               An error will be returned if the resulting drive leaves 
  28.               less than 64K of usable memory. If this parameter is omitted 
  29.               the default disk size is 160K. 
  30.  
  31.          sector size - The size of each logical sector in bytes. Sector 
  32.               size should be a multiple of 128 and will be rounded up to 
  33.               the next 128 byte multiple. For example, if the parameter is 
  34.               entered as 150, then the actual sector size will be 256 bytes. 
  35.               The default is 512 bytes per sector. 
  36.  
  37.          cluster size - The number of sectors per allocation unit. An error 
  38.               will be returned if the number of bytes per cluster exceeds 
  39.               2048. The general rule for adjusting sector size and cluster 
  40.               size is to use small sector sizes and 1 sector per cluster for 
  41.               small drives. Larger sector and cluster sizes will provide more 
  42.               usable disk space per Kbyte of disk size and faster operation 
  43.               on larger drives. The default is 1 sector per cluster. 
  44.  
  45.          directory entries - The maximum number of filenames that the disk 
  46.               directory can hold. Smaller drives should be configured with 
  47.               fewer directory entries. The more directory space is allocated, 
  48.               the less disk space will be left for storing file data. This 
  49.               parameter will be adjusted upward as necessary to a multiple 
  50.               of sector size. The default is 64 directory entries. 
  51.  
  52.          path - The drive and directory path in which MEMBRAIN.SYS is to be 
  53.               created. This parameter is entered in the form 'd:\path'. If 
  54.               drive is omitted, then the default drive will be used. If path 
  55.               is omitted, then the current directory will be used. In any 
  56.               case, MEMBRAIN.SYS must be available when DOS is booted. 
  57.  
  58.  
  59.          NOTES: 
  60.  
  61.               1) If MEMBRAIN.EXE is called from a batch file, then the DOS 
  62.                  'IF ERRORLEVEL' batch file command can be used to test for 
  63.                  successful completion. A non-zero return code will be passed 
  64.                  if an error occurs. 
  65.  
  66.  
  67.     2) To create a CONFIG.SYS file: 
  68.  
  69.          Enter on the DOS command line: 
  70.  
  71.               COPY CON: CONFIG.SYS 
  72.               DEVICE=MEMBRAIN.SYS 
  73.               Press F6 and then <ENTER> 
  74.  
  75.          NOTES: 
  76.  
  77.               1) CONFIG.SYS must be on the diskette used to boot DOS. 
  78.  
  79.               2) If you already use a CONFIG.SYS file, then edit it to 
  80.                  include the statement 'DEVICE=MEMBRAIN.SYS'. 
  81.  
  82.     3) Re-boot DOS either by powering the system off and then back on, or 
  83.          with the key sequence <Ctrl>-<Alt>-<Del>.
  84.  
  85.  
  86. Press ENTER to continue: owering the ystem off and then back on, or 
  87.          with the key sequence <Ctrl>-<Alt>-<Del>.
  88.  
  89.  
  90. Press ENTER to continue: owering the