home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 13
/
AACD13.ISO
/
AACD
/
Resources
/
CDROM
/
Amiga_MO_FAQ
/
DOSDrivers-3½
/
Mac
/
MAC230
< prev
next >
Wrap
Text File
|
1999-03-21
|
780b
|
34 lines
/* $VER: MAC230 40.2 (21.3.99)
*
* 230MB MO file system entry
*
* This file enables CrossMacFileSystem on a 230MB MO disk cartridge.
*/
/* 230MB MO disks have 446325 512-byte sectors. */
FileSystem = L:CrossMacFileSystem
Flags = 0
Surfaces = 1
BlocksPerTrack = 1
SectorsPerBlock = 1
SectorSize = 512
Mask = 0x7FFFFFFE /* Change to suit your system and SCSI controller */
MaxTransfer = 0xFFFFFFFE /* Change to suit your system and SCSI controller */
Reserved = 0
Interleave = 0
LowCyl = 0
HighCyl = 446324
Buffers = 128 /* Number of 512-byte filesystem buffers */
BufMemType = 1
DosType = 0x4D414300
StackSize = 2000
Priority = 5
GlobVec = -1
/* The Device and Unit fields are controlled by tooltypes in the MAC230 icon.
*
* Device = scsi.device
* Unit = 4
*/