/***************************************************************/
/*  CacheCDFS mountlist entry  2000 Amiga Inc.                */
/*  suitable for mounting ISO images with diskimage.device     */
/***************************************************************/

FileSystem     = L:CDFileSystem /* The name of the game */
Flags          = 0 /* OpenDevice flags */
BlocksPerTrack = 351000 /* Unused */
BlockSize      = 2048 /* True, but unused */
Mask           = 0x7ffffffe /* Memory mask for direct read */
MaxTransfer    = 0x1000000 /* Maximum amount of bytes for direct read */
Reserved       = 0 /* Unused */
Interleave     = 0 /* Unused */
LowCyl         = 0 /* Unused */
HighCyl        = 0 /* Unused */
Surfaces       = 1 /* Unused */
Buffers        = 64 /* Number of cache lines */
BufMemType     = 1 /* MEMF_PUBLIC */
BootPri        = 2 /* Boot priority for MountCD */
GlobVec        = -1 /* Do not change! */
Mount          = 1 /* Mount it immediately */
Priority       = 10 /* Priority of FileSystem task */
DosType        = 0x43443031 /* Currently unused */
StackSize      = 3000 /* Minimum stack required is 3000! */
