home *** CD-ROM | disk | FTP | other *** search
- /* $VER: FILE0 2.13 (4.5.98)
- *
- * X file system entry
- *
- * This mount file enables reading and writing of virtual disks
- * which exist as files (disk images) on other disks.
- */
-
- FileSystem = L:xfsd
- Device = file.device
- Unit = 0
- Flags = 0 /* NEW usage from V2.13b, see mount.xfsd */
- Surfaces = 2
- BlocksPerTrack = 11
- Reserved = 0
- Interleave = 0
- LowCyl = 0
- HighCyl = 79
- Buffers = 15
- BufMemType = 1
- StackSize = 16000
- Priority = 8
- GlobVec = -1
- DosType = 0x58465344 /* 'XFSD' */
-