home *** CD-ROM | disk | FTP | other *** search
- /* 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
- *
- * Updated on 04-02-1997 by : stu33234@mail.uni-kiel.de
- * (now works with hd-drives)
- */
-
- Device = ramdrive.device
- Unit = 0
- Flags = 0
- Surfaces = 2
- BlockSize = 512
- BlocksPerTrack = 24 /* enter here 12 for dd-disks ! */
- Reserved = 2
- Interleave = 0
- LowCyl = 0
- HighCyl = 81
- Buffers = 50
- BufMemType = 0
- StackSize = 600
- Priority = 10
- GlobVec = -1
- DosType = 0x444F5301
-