home *** CD-ROM | disk | FTP | other *** search
- /* $VER: PC1 40.1 (31.8.93)
- *
- * CrossDOS file system entry
- *
- * This file enables CrossDOS on the first external floppy drive normally
- * referred to as DF1:. PC0 does the same for DF0. By creating new versions
- * of this file and changing the Unit line to use other numbers, you can
- * make CrossDOS available on other devices. For example, changing the value
- * of Unit to 2 would create a mount file that would enable CrossDOS on DF2.
- */
-
- FileSystem = L:CrossDOSFileSystem
- Device = mfm.device
- Flags = 1
- Surfaces = 2
- SectorsPerTrack = 9
- SectorSize = 512
- Reserved = 1
- Interleave = 0
- LowCyl = 0
- HighCyl = 79
- Buffers = 5
- BufMemType = 0
- StackSize = 600
- Priority = 10
- GlobVec = -1
- DosType = 0x4D534400
-
- /* The Unit field is controlled by a tooltype in the PC1 icon.
- *
- * Unit = 1
- */
-