home *** CD-ROM | disk | FTP | other *** search
/ Aminet 18 / aminetcdnumber181997.iso / Aminet / disk / misc / NewZipMount.lha / DOSDrivers / ZPC0 < prev   
Encoding:
Text File  |  1997-02-17  |  671 b   |  32 lines

  1. /* $VER: ZPC0 1.0 (17.2.97)
  2.  *
  3.  * ZIP file system entry
  4.  *
  5.  * This file enables CrossDOSFileSystem on a 100M ZIP cartridge.
  6.  */
  7.  
  8. FileSystem      = L:CrossDOSFileSystem
  9. Flags           = 1
  10. Surfaces        = 2
  11. BlocksPerTrack  = 64
  12. SectorsPerBlock = 1
  13. SectorSize      = 512
  14. Mask            = 0x7ffffffe
  15. MaxTransfer     = 0x100000
  16. Reserved        = 1
  17. Interleave      = 0
  18. LowCyl          = 0
  19. HighCyl         = 1535
  20. Buffers         = 50
  21. BufMemType      = 0
  22. StackSize       = 2000
  23. Priority        = 10
  24. GlobVec         = -1
  25. DosType         = 0x4D534800
  26.  
  27. /* The Device and Unit fields are controlled by tooltypes in the ZPC0 icon.
  28.  *
  29.  * Device   = scsi.device
  30.  * Unit     = 5
  31.  */
  32.