home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 13
/
AACD13.ISO
/
AACD
/
Resources
/
CDROM
/
Amiga_MO_FAQ
/
DOSDrivers-3½
/
FFS
/
MO640
< prev
next >
Wrap
Text File
|
1999-03-21
|
829b
|
33 lines
/* $VER: MO640 40.3 (21.3.99)
*
* 640MB MO file system entry
*
* This file enables FastFileSystem on a 640MB MO disk cartridge.
*/
/* 640MB MO disks have 310352 2048-byte sectors. 18256*17 = 310352 */
FileSystem = L:FastFileSystem_43.20 /* At least FFS 40.1 required for 2K sector support */
Flags = 0
Surfaces = 1
BlocksPerTrack = 17
SectorsPerBlock = 1
SectorSize = 2048
Mask = 0x7FFFFFFE /* Change to suit your system and SCSI controller */
MaxTransfer = 0xFFFFFFFE /* Change to suit your system and SCSI controller */
Reserved = 2
Interleave = 0
LowCyl = 0
HighCyl = 18255
Buffers = 96 /* Number of 2048-byte filesystem buffers */
BufMemType = 1
StackSize = 600
Priority = 10
GlobVec = -1
/* The Device and Unit fields are controlled by tooltypes in the MO640 icon.
*
* Device = scsi.device
* Unit = 4
*/