home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Virus / vt273.lha / VTTest2 / Schutz / Storage_VT / AB0 < prev    next >
Encoding:
Text File  |  1995-06-18  |  446 b   |  23 lines

  1. /* RAM disk mount entry  1 x DD
  2.  *
  3.  * You can create 4 different RAM disks by creating
  4.  * versions of this file with different Unit values.
  5.  * braucht KS 2.04 mind.
  6.  */
  7.  
  8. Device        = absram.device
  9. Unit        = 0
  10. Mount        = 1
  11. Flags        = 0x00600020    /*    address of the disk    */
  12. Surfaces    = 2
  13. BlockSize       = 512
  14. BlocksPerTrack    = 11
  15. Reserved    = 2        /*    NEVER change this    */
  16. Interleave    = 0
  17. LowCyl        = 0
  18. HighCyl        = 79
  19. Buffers        = 5
  20. BufMemType    = 1
  21. DosType        = 0x444f5301
  22.  
  23.