home *** CD-ROM | disk | FTP | other *** search
- /*
- * floppy mount entry for FastFileSystem
- * size 1148KB/2296KB
- */
- Device = floppy.device
- Unit = 1
- Flags = 1 /* OpenDevice() flags */
- Surfaces = 2
- BlockSize = 512
- BlocksPerTrack = 14
- Reserved = 2
- LowCyl = 0
- HighCyl = 81
- Buffers = 100 /* number of blocks */
- BufMemType = 1 /* 1 = public */
- StackSize = 2400
- Priority = 10 /* filesystem task pri */
- MaxTransfer = 0x7FFFFFFF
- Mask = 0x7FFFFFFE
- GlobVec = -1 /* -1 = none */
- Activate = 1
- DosType = 0x444F5305
- /*
- */
-