home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / disks / tools / diskspare / hd / rhd < prev    next >
Text File  |  1981-06-29  |  412b  |  24 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        = 2
  9. Mount        = 1
  10. Flags        = 0
  11. Surfaces    = 2
  12. BlocksPerTrack    = 24
  13. Reserved    = 2
  14. Interleave    = 0
  15. LowCyl        = 0
  16. HighCyl        = 81
  17. Buffers        = 5
  18. BufMemType    = 0
  19. StackSize    = 600
  20. Priority    = 10
  21. GlobVec        = -1
  22. DosType        = 0x444f5301
  23.  
  24.