home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD1.bin / useful / dev / c / rkrm / sampledevice / ramdev-mountlist < prev    next >
Text File  |  1992-09-03  |  2KB  |  70 lines

  1. /*
  2.  * Mountlist for manually mounting the sample ramdisk driver.
  3.  *
  4.  * F0: and F1: are set up for the V1.3 fast file system (FFS).
  5.  * S2: and S3: are setup for the old file system (OFS).
  6.  *
  7.  * After mounting, the drives must be formatted.  Be sure to
  8.  * use the FFS flag when formatting the Fast File System
  9.  * ramdrives:
  10.  *
  11.  *    ;make sure "ramdev.device" is in DEVS:
  12.  *
  13.  *    mount f0: from mydev-mountlist
  14.  *    format drive f0: name "Zippy" FFS
  15.  */
  16. F0:       Device = ramdev.device
  17.        Unit   = 0
  18.        LowCyl = 0 ; HighCyl = 14
  19.        Surfaces  = 1
  20.        Buffers = 1
  21.        BlocksPerTrack = 10
  22.        Flags  = 0
  23.        Reserved = 2
  24.        GlobVec = -1
  25.        BufMemType = 0
  26.        DosType = 0x444F5301
  27.        StackSize = 4000
  28.            /* Only 1.3 (V34) and earlier versions of the */
  29.            /* of the Amiga OS need this line:            */
  30.            /* FileSystem = l:fastfilesystem              */                            
  31. #
  32. F1:       Device = ramdev.device
  33.        Unit   = 1
  34.        LowCyl = 0 ; HighCyl = 14
  35.        Surfaces  = 1
  36.        Buffers = 1
  37.        BlocksPerTrack = 10
  38.        Flags  = 0
  39.        Reserved = 2
  40.        GlobVec = -1
  41.        BufMemType = 0
  42.        DosType = 0x444F5301
  43.        StackSize = 4000
  44.            /* Only 1.3 (V34) and earlier versions of the */
  45.            /* of the Amiga OS need this line:            */
  46.            /* FileSystem = l:fastfilesystem              */                            
  47. #
  48. S2:       Device = ramdev.device
  49.        Unit   = 2
  50.        Flags  = 0
  51.        Surfaces  = 1
  52.        BlocksPerTrack = 10
  53.        Reserved = 1
  54.        Interleave = 0
  55.        LowCyl = 0  ;  HighCyl = 14
  56.        Buffers = 1
  57.        BufMemType = 0
  58. #
  59. S3:       Device = ramdev.device
  60.        Unit   = 3
  61.        Flags  = 0
  62.        Surfaces  = 1
  63.        BlocksPerTrack = 10
  64.        Reserved = 1
  65.        Interleave = 0
  66.        LowCyl = 0  ;  HighCyl = 14
  67.        Buffers = 1
  68.        BufMemType = 0
  69. #
  70.