home *** CD-ROM | disk | FTP | other *** search
/ Aminet 18 / aminetcdnumber181997.iso / Aminet / disk / misc / RDS.lha / rds / RDS < prev   
Encoding:
Text File  |  1992-12-28  |  652 b   |  28 lines

  1. /* Recoverable RAM disk mount entry
  2.  *
  3.  * This is a custom version of the classic RAD disk, this one allows you to
  4.  * make diskcopies directly from this device to DiskSpare (v3) disks.
  5.  *
  6.  * It's much faster to copy files to this custom RAD and them diskcopy the
  7.  * whole stuff than just formatting a DS floppy and copying files to it.
  8.  *
  9.  * IF YOU USE THIS, DROP ME A MESSAGE ON : hibisch@hotmail.com
  10.  */
  11.  
  12. Device        = ramdrive.device
  13. Unit        = 0
  14. Flags        = 0
  15. Surfaces    = 2
  16. BlockSize    = 512
  17. BlocksPerTrack    = 12
  18. Reserved    = 2
  19. Interleave    = 0
  20. LowCyl        = 0
  21. HighCyl        = 81
  22. Buffers        = 50
  23. BufMemType    = 0
  24. StackSize    = 600
  25. Priority    = 10
  26. GlobVec        = -1
  27. DosType        = 0x444F5301
  28.