home *** CD-ROM | disk | FTP | other *** search
- /*
- * floppy mount entry for Ami-FileSafe
- * size 1040KB/2080KB
- */
- FileSystem = L:FloppyAFS
- Device = floppy.device
- Unit = 0
- Flags = 0 /* OpenDevice() flags */
- Surfaces = 2
- BlockSize = 512
- BlocksPerTrack = 13
- Reserved = 2
- LowCyl = 0
- HighCyl = 79
- Buffers = 50 /* number of blocks */
- BufMemType = 1 /* 1 = public */
- StackSize = 600
- Priority = 10 /* filesystem task pri */
- MaxTransfer = 0x200000
- Mask = 0x7FFFFFFE
- GlobVec = -1 /* -1 = none */
- Activate = 1
- DosType = 0x50465300
- /*
- */
-