home *** CD-ROM | disk | FTP | other *** search
- /* Note: These mountlist entries differ from the examples given in the readme
- * file in that the line "PreAlloc = 11" has been removed. This is not needed
- * and caused 4K to be unuseable. These entries are identical to what 2.04
- * uses for ffs floppies. Feel free to increase the number of buffers in the
- * "Buffers = " line below. I used a value of 30 for my system.
- * -- Lance Tagliapietra - 28-June-92
- */
- /* Entries to mount the normal DF0: and DF1: as FF0: and FF1:, those new
- * handlers will use FFS.
- */
- FF0: Device = trackdisk.device
- FileSystem = l:FastFileSystem
- GlobVec = -1
- Mask = 0x7FFF
- Unit = 0
- Flags = 1
- Surfaces = 2
- Mount = 1
- BlocksPerTrack = 11
- Reserved = 2
- Interleave = 0
- LowCyl = 0 ; HighCyl = 79
- Buffers = 5
- BufMemType = 3
- DosType = 0x444F5301
- #
-
- FF1: Device = trackdisk.device
- FileSystem = l:FastFileSystem
- GlobVec = -1
- Mask = 0x7FFF
- Unit = 1
- Flags = 1
- Surfaces = 2
- Mount =1
- BlocksPerTrack = 11
- Reserved = 2
- Interleave = 0
- LowCyl = 0 ; HighCyl = 79
- Buffers = 5
- BufMemType = 3
- DosType = 0x444F5301
- #
- /* end ffs mountlist entries */