home *** CD-ROM | disk | FTP | other *** search
-
- /* Flags for PFS:
- *
- * Bit 0: (1) not used for PFS (FFS only)
- * Bit 1: (2) same for FFS (1 = allow 82 Cyls)
- * remember to set the 'HighCyl' to the correct
- * value.
- * Bit 2: (4) same for FFS (1 = allow HD-Mode)
- * Bit 3: (8) for A2630 Owners only: If this Bit is set,
- * the device tries to AllocAbs memory above $600000.
- * If there isn't (enough) memory there it uses AllocMem.
- * Also useful if you've got an A3/4000 with 16Bit Ramcard.
- *
- * For changing the flags you have to add the values in brackets behind
- * the bitnumbers. e.g. You wish to use bit 1 + 2 (HD with 82 Cyls). So
- * you need to add 2 + 4 = 6 = value for the flags.
- */
-
- FileSystem = l:ProfFileSystem
- Device = diskspare.device
- Priority = 10
- Mount = 1
- Unit = 0
- Flags = 2 /* DD only | 82 Cyls | any Mem */
- Surfaces = 2
- BlockSize = 512
- BlocksPerTrack = 12
- Reserved = 2
- Interleave = 0
- LowCyl = 0
- HighCyl = 81
- StackSize = 5000
- Buffers = 5
- BufMemType = 1
- GlobVec = -1
- DosType = 0x50465300
- MaxTransfer = 2097152
- Mask = 0x7ffffffe
-