home *** CD-ROM | disk | FTP | other *** search
- /*$VER: JPC0 40.1 (31.8.93)
- *
- * This file enables CrossDOS (IBM disks) on a 1G Jaz cartridge. */
-
- FileSystem = L:CrossDOSFileSystem
- Flags = 0
- Surfaces = 2
- BlocksPerTrack = 65
- SectorsPerBlock = 1
- SectorSize = 512
- Mask = 0x7FFFFFFF
- MaxTransfer = 0x7FFFFFFF
- Reserved = 1 /* I have seen 0 here too */
- Interleave = 0
- LowCyl = 0
- HighCyl = 16084
- Buffers = 512
- BufMemType = 0
- StackSize = 2000
- Priority = 10
- GlobVec = -1
- DosType = 0x4d534800
-
- /* The Device and Unit fields are controlled by tooltypes in the JPC0 icon.
- *
- * Device = scsi.device
- * Unit = 4
- */
-