home *** CD-ROM | disk | FTP | other *** search
/ AMOS PD CD / amospdcd.iso / devs / mountlist < prev    next >
Text File  |  1994-04-21  |  4KB  |  200 lines

  1. /* MountList for V2.0 */
  2.  
  3. /*  Mount Entry for the new Console Handler */
  4.  
  5. NEWCON: 
  6.     Handler = L:Newcon-Handler
  7.     Priority = 5
  8.     StackSize = 1000
  9. #
  10.  
  11. /* This is an example of a non-filing system mount using a handler written
  12.    in C.
  13. */
  14.  
  15. SPEAK:     
  16.     Handler = L:Speak-Handler
  17.     Stacksize = 6000
  18.     Priority = 5
  19.     GlobVec = -1
  20. #
  21.  
  22. /*  This is an example of an alternative type of non-filing device mount,
  23.     used to mount the non-buffered serial handler
  24. */
  25.  
  26. AUX:
  27.     Handler = L:Aux-Handler
  28.     Stacksize = 1000
  29.     Priority = 5
  30. #
  31.  
  32. /*  This is a non-filing system device */
  33.  
  34. PIPE:      
  35.     Handler = L:Queue-Handler
  36.     Stacksize = 3000
  37.     Priority = 5
  38.     GlobVec = -1
  39. #
  40.  
  41. /* This is an example of a mount list entry for using the recoverable 
  42.    ram disk.  Depending on the amount of memory you wish to devote to
  43.    it, you may want to change the HighCyl value.
  44. */
  45.  
  46. RAD:       Device = ramdrive.device
  47.            Unit   = 0
  48.            Flags  = 0
  49.            Surfaces  = 2
  50.            BlocksPerTrack = 11
  51.            Reserved = 2
  52.            Interleave = 0
  53.            LowCyl = 0  ;  HighCyl = 79
  54.            Buffers = 5
  55.            BufMemType = 1
  56. #
  57. DH2A:
  58.     Device = gvpscsi.device
  59.     FileSystem = L:FastfileSystem
  60.     Unit = 003
  61.     Flags = 0
  62.     Surfaces = 16
  63.     BlocksPerTrack = 56
  64.     Reserved = 2
  65.     Interleave = 0
  66.     LowCyl = 1
  67.     HighCyl = 1257
  68.     Buffers = 32
  69.     GlobVec = -1
  70.     BufMemType = 1
  71.     Mask = 0xFFFFFE
  72.     MaxTransfer = 0x7FFFFFFF
  73.     Mount = 1
  74.     DosType = 0x444F5301
  75.     StackSize = 4000
  76. #
  77.  
  78. DH1A:
  79.     Device = gvpscsi.device
  80.     FileSystem = L:FastfileSystem
  81.     Unit = 003
  82.     Flags = 0
  83.     Surfaces = 16
  84.     BlocksPerTrack = 56
  85.     Reserved = 2
  86.     Interleave = 0
  87.     LowCyl = 1258
  88.     HighCyl = 1446
  89.     Buffers = 32
  90.     GlobVec = -1
  91.     BufMemType = 1
  92.     Mask = 0xFFFFFE
  93.     MaxTransfer = 0x7FFFFFFF
  94.     Mount = 1
  95.     DosType = 0x444F5301
  96.     StackSize = 4000
  97. #
  98. NET:       Stacksize  = 8000
  99.            Priority   = 5
  100.            GlobVec    = -1
  101.            Unit       =  0
  102.            Surfaces   = 0
  103.            BlocksPerTrack = 0
  104.            Reserved   = 0
  105.            LowCyl     = 0
  106.            HighCyl    = 0
  107.            Filesystem = l:netdnet-handler
  108.            Device     = none
  109. #
  110. DNET:      Stacksize  = 8000
  111.            Priority   = 5
  112.            GlobVec    = -1
  113.            Unit       =  0
  114.            Surfaces   = 0
  115.            BlocksPerTrack = 0
  116.            Reserved   = 0
  117.            LowCyl     = 0
  118.            HighCyl    = 0
  119.            Filesystem = l:netdnet-handler
  120.            Device     = none
  121. #
  122. DPIPE:    Handler = l:dpipe-handler
  123.     Stacksize = 6000
  124.     Priority = 5
  125.     GlobVec  = 1
  126. #
  127.  
  128. NULL:       Handler = L:null-handler
  129.        Stacksize = 500
  130.        Priority = 5
  131.        GlobVec = 1
  132. #
  133.  
  134. DH3A:
  135.     Device = gvpscsi.device
  136.     FileSystem = L:FastfileSystem
  137.     Unit = 002
  138.     Flags = 0
  139.     Surfaces = 21
  140.     BlocksPerTrack = 71
  141.     Reserved = 2
  142.     Interleave = 0
  143.     LowCyl = 1078
  144.     HighCyl = 1833
  145.     Buffers = 32
  146.     GlobVec = -1
  147.     BufMemType = 0
  148.     Mask = 0xFFFFFE
  149.     MaxTransfer = 0x7FFFFFFF
  150.     Mount = 1
  151.     DosType = 0x444F5301
  152.     StackSize = 4000
  153. #
  154.  
  155. DH4A:
  156.     Device = gvpscsi.device
  157.     FileSystem = L:FastfileSystem
  158.     Unit = 002
  159.     Flags = 0
  160.     Surfaces = 21
  161.     BlocksPerTrack = 71
  162.     Reserved = 2
  163.     Interleave = 0
  164.     LowCyl = 1834
  165.     HighCyl = 2589
  166.     Buffers = 32
  167.     GlobVec = -1
  168.     BufMemType = 0
  169.     Mask = 0xFFFFFE
  170.     MaxTransfer = 0x7FFFFFFF
  171.     Mount = 1
  172.     DosType = 0x444F5301
  173.     StackSize = 4000
  174. #
  175.  
  176. DH5A:
  177.     Device = gvpscsi.device
  178.     FileSystem = L:FastfileSystem
  179.     Unit = 002
  180.     Flags = 0
  181.     Surfaces = 21
  182.     BlocksPerTrack = 71
  183.     Reserved = 2
  184.     Interleave = 0
  185.     LowCyl = 2590
  186.     HighCyl = 2620
  187.     Buffers = 64
  188.     GlobVec = -1
  189.     BufMemType = 0
  190.     Mask = 0xFFFFFE
  191.     MaxTransfer = 0x7FFFFFFF
  192.     Mount = 1
  193.     DosType = 0x444F5301
  194.     StackSize = 4000
  195. #
  196.  
  197.  
  198.  
  199.  
  200.