home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Exec 5 / CD_Magazyn_EXEC_nr_5.iso / Programy / OS3.5+ / BoingBag39-1.lha / BoingBag3.9-1 / Contribution / IoJazOS3.9 / JAZ0 < prev    next >
Text File  |  2001-02-17  |  569b  |  30 lines

  1. /*$VER: JAZ0 40.1 (31.8.93)
  2.  *
  3.  * This file enables FastFileSystem on a 1G Jaz cartridge.
  4.  */
  5.  
  6. FileSystem = L:FastFileSystem
  7. Flags = 0
  8. Surfaces = 2
  9. BlocksPerTrack = 65
  10. SectorsPerBlock = 1
  11. SectorSize = 512
  12. Mask = 0x7FFFFFFF
  13. MaxTransfer = 0x7FFFFFFF
  14. Reserved = 2 /* !NOTE! this value can vary for non-Amiga disks */
  15. Interleave = 0
  16. LowCyl = 0
  17. HighCyl = 16084
  18. Buffers = 512
  19. BufMemType = 0
  20. StackSize = 600
  21. Priority = 10
  22. GlobVec = -1
  23. DosType = 0x444F5301
  24.  
  25. /* The Device and Unit fields are controlled by tooltypes in the JAZ0 icon.
  26.  *
  27.  * Device = scsi.device
  28.  * Unit = 5
  29.  */
  30.