home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 13 / amigaformatcd13.iso / -seriously_amiga- / shareware / cd-rom / mountiso / devs / dosdrivers / simcd0 next >
Text File  |  1997-03-07  |  594b  |  30 lines

  1. /* 
  2.  *   ISO file mounter by LouiSe
  3.  *
  4.  *   $VER: 1.0 21/02/1997
  5.  */
  6.   Surfaces = 1
  7.   BlocksPerTrack = 1
  8.   Lowcyl = 0
  9.   Highcyl = 0
  10.   BufMemType = 0
  11.   Blocksize = 512
  12. /* Device driver parameters.*/
  13.   Device = filedisk.device
  14. /*  Unit = "LS2:a/hfile0" */
  15.   Flags = 0x00000000
  16. /* File system parameters.*/
  17.   Mask = 0xFFFFFFFE
  18.   Maxtransfer = 0xFFFFFFFF
  19.   Reserved = 2
  20.   Filesystem = L:CacheCDFS
  21.   Stacksize = 2000
  22.   Priority = 5
  23.   Bootpri = -20
  24.   Globvec = -1
  25.   Buffers = 5
  26.   Dostype = 0x43443031
  27.     Control        = "MD=0 LC=1 DC=8 M HR=.rsrc AUDIO=LS2:utilities/CDRom/GroovyPlayer"
  28.   Mount = 1
  29. #
  30.