home *** CD-ROM | disk | FTP | other *** search
- /* 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
- Unit = 1
- Flags = 1
- Surfaces = 2
- BlocksPerTrack = 9
- Reserved = 1
- Interleave = 0
- LowCyl = 0
- HighCyl = 79
- Buffers = 5
- BufMemType = 0
- StackSize = 600
- Priority = 5
- GlobVec = -1
- DosType = 0x4D534400
-