home *** CD-ROM | disk | FTP | other *** search
/ World of A1200 / World_Of_A1200.iso / programs / graphics / fractals / mandelplot / devs / mountlist next >
Text File  |  1995-02-27  |  2KB  |  89 lines

  1. /* MountList for V1.3 */
  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. /*  This is a non-filing system device */
  32.  
  33. PIPE:
  34.     Handler = L:Pipe-Handler
  35.     Stacksize = 6000
  36.     Priority = 5
  37.     GlobVec = -1
  38. #
  39.  
  40. /* This is an example of a mount list entry for using the recoverable
  41.    ram disk.  Depending on the amount of memory you wish to devote to
  42.    it, you may want to change the HighCyl value.
  43. */
  44.  
  45. RAD:       Device = ramdrive.device
  46.        Unit   = 0
  47.        Flags  = 0
  48.        Surfaces  = 2
  49.        BlocksPerTrack = 11
  50.        Reserved = 2
  51.        Interleave = 0
  52.        LowCyl = 0  ;  HighCyl = 21
  53.        Buffers = 5
  54.        BufMemType = 1
  55. #
  56. CNC:  Handler         = L:ConHandler
  57.       StackSize      = 2400
  58.       Priority         = 5
  59.       GlobVec         = 0
  60. #
  61. CND:  Handler         = L:ConHandler
  62.       StackSize      = 2400
  63.       Priority         = 5
  64.       GlobVec         = 0
  65. #
  66. CNN:  Handler         = L:ConHandler
  67.       StackSize      = 2400
  68.       Priority         = 5
  69.       GlobVec         = 0
  70. #
  71. CNX:  Handler         = L:ConHandler
  72.       StackSize      = 2400
  73.       Priority         = 5
  74.       GlobVec         = 0
  75. #
  76.  
  77. PIP:  Handler         = L:ConHandler
  78.       StackSize      = 2400
  79.       Priority         = 5
  80.       GlobVec         = 0
  81. #
  82.  
  83. NULL:    Handler     = L:ConHandler
  84.     Stacksize   = 2400
  85.     Priority    = 5
  86.     Globvec     = 0
  87. #
  88.  
  89.