home *** CD-ROM | disk | FTP | other *** search
/ ftp.update.uu.se / ftp.update.uu.se.2014.03.zip / ftp.update.uu.se / pub / rainbow / doc / mdrive.txt < prev    next >
Text File  |  1994-02-22  |  1KB  |  21 lines

  1. I think I've got the MDRIVE.SYS question solved: the CONFIG.SYS
  2. line takes a parameter that sets the multiples of 64 Kbytes allocated
  3. to the memory drive.  The line
  4.        device = mdrive.sys 2
  5. will allocate 128 Kbytes to the memory drive (some of which is used
  6. for the boot sector and FAT).  The limit appears to be 704 Kbytes,
  7. set by parameter=11.  Any higher number just gets adjusted downwards
  8. to the maximum 704 Kb.  Directory entries are allocated in units of
  9. 48, and I've not been able to find a parameter to adjust that (as
  10. some RAMDRIVE drivers can).  Also, sector size is always 512 bytes;
  11. a figure of 128 bytes would be desirable, but again, I cannot find a
  12. parameter to set sector size either.
  13.  
  14. If you enter the CONFIG.SYS lines
  15.       device = mdrive.sys 3
  16.       device = mdrive.sys 3
  17. this will cause *two* memory drives to be set up with 192 Kbytes
  18. apiece, with consecutive drive letters.  I suppose several could
  19. be set up in this fashion.  I am very pleased to have found out
  20. how to make use of v3.10b's memory driver!
  21.