home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 11 / AACD11.ISO / AACD / System / VTTest3 / Schutz / Storage_VT / SH3 < prev    next >
Text File  |  1997-06-08  |  686b  |  32 lines

  1. /* $VER: Sh3 37.2 (29.1.94)
  2.  *
  3.  * Recoverable RAM disk mount entry
  4.  *
  5.  * The maximum size of the disk is controlled by the value of the HighCyl
  6.  * line. Increasing this value by 1 consumes an additional 11K of RAM.
  7.  * So the default value of 79 consumes, when the disk full, around 880K of
  8.  * memory.
  9.  * 3xHD=6xDD-Platz
  10.  */
  11.  
  12. Device        = statram.device
  13. Flags        = 0
  14. Surfaces    = 2
  15. Reserved    = 2
  16. Interleave    = 0
  17. LowCyl        = 0
  18. Buffers        = 5
  19. StackSize    = 600
  20. Priority    = 5
  21. Mount        = 1
  22.  
  23. /* The Unit, BlocksPerTrack, HighCyl, BufMemType and DosType fields are
  24.  * controlled by tooltypes in the icon.
  25.  *
  26.  * Unit            = 3
  27.  * BlocksPerTrack    = 22
  28.  * HighCyl        = 239
  29.  * BufMemType        = 1
  30.  * DosType        = 0x444F5303
  31.  */
  32.