home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / amiga / info / spartan.lha / Spartan / Examples / PartitionExample < prev    next >
Text File  |  1992-05-16  |  2KB  |  80 lines

  1. /*   This is a mountlist entry for the first partition of drive 0 */
  2. DH0:
  3.    Device = spartan.device
  4.    Unit = 0
  5.    Flags = 0
  6.    Surfaces = 4
  7.    BlocksPerTrack = 18
  8.    Reserved = 2
  9.    Interleave = 4
  10.    LowCyl = 0 ; HighCyl = 299
  11.    Buffers = 30
  12.    BufMemType = 0
  13.    MaxTransfer = 131071
  14.    Stacksize = 4000
  15.    GlobVec = -1
  16.    FileSystem = L:FastFileSystem
  17.    DosType = 0x444f5301
  18. #
  19.  
  20. /*    this is a mountlist entry for the second partition of drive 0    */
  21. DH1:
  22.    Device = spartan.device
  23.    Unit = 0
  24.    Flags = 0
  25.    Surfaces = 4
  26.    BlocksPerTrack = 18
  27.    Reserved = 2
  28.    Interleave = 4
  29.    LowCyl = 300 ; HighCyl = 449
  30.    Buffers = 30
  31.    BufMemType = 0
  32.    MaxTransfer = 131071
  33.    Stacksize = 4000
  34.    GlobVec = -1
  35.    FileSystem = L:FastFileSystem
  36.    DosType = 0x444f5301
  37. #
  38. /*    this is a mountlist entry for the third partition of drive 0    */
  39. DH2:
  40.    Device = spartan.device
  41.    Unit = 0
  42.    Flags = 0
  43.    Surfaces = 4
  44.    BlocksPerTrack = 18
  45.    Reserved = 2
  46.    Interleave = 4
  47.    LowCyl = 450 ; HighCyl = 599
  48.    Buffers = 30
  49.    BufMemType = 0
  50.    MaxTransfer = 131071
  51.    Stacksize = 4000
  52.    GlobVec = -1
  53.    FileSystem = L:FastFileSystem
  54.    DosType = 0x444f5301
  55. #
  56. /*    this is a mountlist entry for drive 1 with no partitions  */
  57. DH4:
  58.    Device = spartan.device
  59.    Unit = 1
  60.    Flags = 0
  61.    Surfaces = 4
  62.    BlocksPerTrack = 18
  63.    Reserved = 2
  64.    Interleave = 4
  65.    LowCyl = 0 ; HighCyl = 599
  66.    Buffers = 30
  67.    BufMemType = 0
  68.    MaxTransfer = 131071
  69.    Stacksize = 4000
  70.    GlobVec = -1
  71.    FileSystem = L:FastFileSystem
  72.    DosType = 0x444f5301
  73. #
  74.  
  75. /*
  76.      Be sure to edit these mountlist entrys to match the configuration of your
  77.      drives.  Refer to your Spartan Manual for details.
  78. */
  79.  
  80.