home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1997 #3 / amigamamagazinepolishissue03-1 / dos_drivers / rad < prev    next >
Text File  |  1996-12-07  |  694b  |  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        = 0
  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.