/* $VER: CD0 1.4 (11-04-95) CD++
 *
 * This file enables the CD-ROM file system which allows you to read standard
 * ISO-9660 CD-ROM disks from an Amiga with an ATAPI IDE device.
 */

FileSystem      = L:CDFileSystem
Device          = cd.device
Unit            = 0
Flags           = 0
Surfaces        = 1
SectorsPerTrack = 1
SectorSize      = 2048
Mask            = 0x7ffffffe
MaxTransfer     = 0x80000000
Reserved        = 0
Interleave      = 0
LowCyl          = 0
HighCyl         = 0
Buffers         = 20
BufMemType      = 0
StackSize       = 1000
Priority        = 10
GlobVec         = -1
DosType         = 0x43443031
