home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 13
/
AACD13.ISO
/
AACD
/
Resources
/
CDROM
/
Amiga_MO_FAQ
/
DOSDrivers-3½
/
PC
/
MOC
next >
Wrap
Text File
|
1998-11-28
|
2KB
|
44 lines
/* $VER: MOC 40.1 (28.11.98)
*
* MO file system entry for the FIRST PARTITION of AT-HD type MS-DOS FAT disks.
*
* This file enables CrossDOSFileSystem on an MO disk cartridge.
*
* CrossDOS reads the LowCyl and HighCyl information from of the MS-DOS
* partition table on the disk. It should also read the block size; if not,
* uncomment the SectorsPerBlock and SectorSize lines.
*
* There can be up to 10 partitions on an AT-HD type disk. Which one you
* access is determined by the last letter of the device name, C for the first
* partition, D for the second and so on.
*
* So this mount file for MOC: accesses the first partition. To access other
* partitions, copy this mount file and rename to create MOD:, MOE:, etc.
*
*/
FileSystem = L:CrossDOSFileSystem
Flags = 0
Surfaces = 1 /* dummy value, not used */
BlocksPerTrack = 32 /* dummy value, not used */
/* SectorsPerBlock = 1 this might be a dummy value */
/* SectorSize = 512 this might be a dummy value */
Mask = 0x7FFFFFFE /* Change to suit your system and SCSI controller */
MaxTransfer = 0xFFFFFFFE /* Change to suit your system and SCSI controller */
Reserved = 2 /* dummy value, not used */
Interleave = 0
LowCyl = 0 /* Must be 0 for CrossDOS automatic partition detection */
HighCyl = 9999 /* dummy value, not used */
Buffers = 128 /* Number of filesystem buffers */
BufMemType = 1
DosType = 0x4D534800 /* MSH\0 */
StackSize = 4000
Priority = 10
GlobVec = -1
/* The Device and Unit fields are controlled by tooltypes in the MOC icon.
*
* Device = scsi.device
* Unit = 4
*/