home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / Archiver / DISKSQUIZE.lzx / DiskSqueeze! / Storage / DOSdrivers / RAD2 < prev   
Encoding:
Text File  |  1995-07-22  |  713 b   |  29 lines

  1. /* $VER: RAD 40.1 (31.8.93)
  2.  *
  3.  * Recoverable RAM disk mount entry
  4.  *
  5.  * You can create different simultaneous recoverable RAM disks by creating
  6.  * versions of this file with different Unit values.
  7.  *
  8.  * The size of a recoverable RAM disk is controlled by the value of the
  9.  * HighCyl line. Increasing this value by 1 consumes an additional 11K of
  10.  * RAM. So the default value of 79 consumes around 880K of memory.
  11.  */
  12.  
  13. Device      = ramdrive.device
  14. Unit     = 1
  15. Flags    = 0
  16. Surfaces = 2
  17. SectorsPerTrack   = 11
  18. SectorSize      = 512
  19. Reserved = 2
  20. Interleave  = 0
  21. Buffers     = 5
  22. BufMemType  = 1
  23.  
  24. /* The LowCyl and HighCyl fields are controlled by tooltypes in the RAD icon.
  25.  *
  26.  * LowCyl   = 0
  27.  * HighCyl  = 79
  28.  */
  29.