home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1997 #3 / amigamamagazinepolishissue03-1 / dos_drivers / sd0 < prev    next >
Text File  |  1996-12-07  |  666b  |  31 lines

  1. /* $VER: SD0 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.  */
  10.  
  11. Device        = statram.device
  12. Flags        = 0
  13. Surfaces    = 2
  14. Reserved    = 2
  15. Interleave    = 0
  16. LowCyl        = 0
  17. Buffers        = 5
  18. StackSize    = 600
  19. Priority    = 5
  20. Mount        = 1
  21.  
  22. /* The Unit, BlocksPerTrack, HighCyl, BufMemType and DosType fields are
  23.  * controlled by tooltypes in the icon.
  24.  *
  25.  * Unit            = 0
  26.  * BlocksPerTrack    = 11
  27.  * HighCyl        = 79
  28.  * BufMemType        = 1
  29.  * DosType        = 0x444F5303
  30.  */
  31.