home *** CD-ROM | disk | FTP | other *** search
- /* $VER: RAD 40.1 (31.8.93)
- *
- * Recoverable RAM disk mount entry
- *
- * You can create different simultaneous recoverable RAM disks by creating
- * versions of this file with different Unit values.
- *
- * The size of a recoverable RAM disk is controlled by the value of the
- * HighCyl line. Increasing this value by 1 consumes an additional 11K of
- * RAM. So the default value of 79 consumes around 880K of memory.
- */
-
- Device = ramdrive.device
- Unit = 0
- Flags = 0
- Surfaces = 2
- SectorsPerTrack = 11
- SectorSize = 512
- Reserved = 2
- Interleave = 0
- Buffers = 5
- BufMemType = 1
-
- /* The LowCyl and HighCyl fields are controlled by tooltypes in the RAD icon.
- *
- * LowCyl = 0
- * HighCyl = 79
- */
-