home *** CD-ROM | disk | FTP | other *** search
/ Aminet 18 / aminetcdnumber181997.iso / Aminet / disk / misc / rds_update.lha / RDS / RDS < prev   
Encoding:
Text File  |  1997-02-04  |  807 b   |  31 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.  * Updated on 04-02-1997 by : stu33234@mail.uni-kiel.de
  12.  *                            (now works with hd-drives)
  13.  */
  14.  
  15. Device        = ramdrive.device
  16. Unit        = 0
  17. Flags        = 0
  18. Surfaces    = 2
  19. BlockSize    = 512
  20. BlocksPerTrack    = 24        /* enter here 12 for dd-disks ! */
  21. Reserved    = 2
  22. Interleave    = 0
  23. LowCyl        = 0
  24. HighCyl        = 81
  25. Buffers        = 50
  26. BufMemType    = 0
  27. StackSize    = 600
  28. Priority    = 10
  29. GlobVec        = -1
  30. DosType        = 0x444F5301
  31.