/* Recoverable RAM disk mount entry
 *
 * This is a custom version of the classic RAD disk, this one allows you to
 * make diskcopies directly from this device to DiskSpare (v3) disks.
 *
 * It's much faster to copy files to this custom RAD and them diskcopy the
 * whole stuff than just formatting a DS floppy and copying files to it.
 *
 * IF YOU USE THIS, DROP ME A MESSAGE ON : hibisch@hotmail.com
 */

Device		= ramdrive.device
Unit		= 0
Flags		= 0
Surfaces	= 2
BlockSize	= 512
BlocksPerTrack	= 12
Reserved	= 2
Interleave	= 0
LowCyl		= 0
HighCyl		= 81
Buffers		= 50
BufMemType	= 0
StackSize	= 600
Priority	= 10
GlobVec		= -1
DosType		= 0x444F5301
