Here is the PC DOS driver:
/* $VER: PC1 40.1 (31.8.93)
*
* CrossDOS file system entry
*
* This file enables CrossDOS PC 360K format on the Amiga 1020 5.25" floppy drive.
*
*/
FileSystem = L:CrossDOSFileSystem
Device = mfm.device
Unit = 2 /* first external unit */
Flags = 1
Surfaces = 2
BlocksPerTrack = 9
Reserved = 1
Interleave = 0
LowCyl = 0
HighCyl = 39
Buffers = 20
BufMemType = 1 /* or 3 if you run OS 1.x */
StackSize = 600
Priority = 5
BufMemType = 0
StackSize = 600
Priority = 5
GlobVec = -1
DosType = 0x4D534400
Mount = 1
/* The Unit field is controlled by a tooltype in the PC1 icon.
*
* Unit = 1
*/
And here is the Amiga 440k DOS driver:
/*
* Mount a 5.25" disk drive to be mounted as DF2:
*/
Device = trackdisk.device
Unit = 2
Flags = 1
Surfaces = 2
BlocksPerTrack = 11
Reserved = 2
Interleave = 0
LowCyl = 0 ; HighCyl = 39
Buffers = 20
BufMemType = 0