home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1997 #3 / amigamamagazinepolishissue03-1 / dos_drivers / rdd < prev    next >
Text File  |  1997-01-12  |  432b  |  25 lines

  1. /* Recoverable RAM disk mount entry
  2.  *
  3.  * You can create different simultaneous recoverable RAM disks by creating
  4.  * versions of this file with different Unit values.
  5.  */
  6.  
  7. Device        = ramdrive.device
  8. Unit        = 1
  9. Mount        = 1
  10. Flags        = 0
  11. Surfaces    = 2
  12. BlocksPerTrack    = 12
  13. Reserved    = 2
  14. Interleave    = 0
  15. LowCyl        = 0
  16. HighCyl        = 79
  17. /* HighCyl        = 81 */
  18. Buffers        = 5
  19. BufMemType    = 0
  20. StackSize    = 600
  21. Priority    = 10
  22. GlobVec        = -1
  23. DosType        = 0x444f5301
  24.  
  25.