home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1997 #3 / amigamamagazinepolishissue03-1 / handlery / devhandler.config < prev    next >
Text File  |  1995-02-07  |  3KB  |  178 lines

  1. ; Configuration file for the Device Handler
  2. ; (c) 1995 Martin Mares, MJSoft System Software
  3.  
  4. screen tts0        ; Name of screen
  5. width 704        ; Dimensions
  6. height 264        ;
  7. depth 1            ; Number of bitplanes
  8. behind 0        ; Open in background
  9. ;autoscroll 1        ; To be autoscrolled
  10. ;displayid $21000    ; DisplayID (see graphics/modeid.i)
  11. color0 $BBB        ; Palette
  12. color1 $000        ;
  13. ;color2 $AAA        ;
  14. ;color3 $555        ;
  15. ;permanent 1        ; To be open permanently
  16. title Console 0        ; Screen title
  17.  
  18. screen tts1
  19. from tts0
  20. title Console 1
  21.  
  22. screen tts2
  23. from tts0
  24. title Console 2
  25.  
  26. screen tts3
  27. from tts0
  28. title Console 3
  29.  
  30. screen tts4
  31. from tts0
  32. title Console 4
  33.  
  34. screen tts5
  35. from tts0
  36. title Console 5
  37.  
  38. screen tts6
  39. from tts0
  40. title Console 6
  41.  
  42. screen tts7
  43. from tts0
  44. title Console 7
  45.  
  46. screen tts8
  47. from tts0
  48. title Console 8
  49.  
  50. screen tts9
  51. from tts0
  52. title Console 9
  53.  
  54. console tty00        ; Name of console
  55. left 0            ; Coordinates of left-upper corner
  56. top 0            ;
  57. ;height 272        ; Window size
  58. ;width 688        ;
  59. ;title tty00        ; Window title
  60. active 1        ; Activate on open?
  61. borderless 1        ; Disable border?
  62. pubscreen tts0        ; Screen to open on
  63. ;bufsize 512        ; Size of buffer for unread lines
  64. ;histsize 1024        ; Size of history buffer
  65. ;clip 1            ; Allow clipping?
  66. ;title tty00        ; Window title
  67. ;rmbtrap 1        ; Disable RMB for menus?
  68. ;unixmode 0        ; Allow writing when currently edited line is not empty?
  69. ;permanent 0        ; To be open permanently
  70.  
  71. console tty01
  72. from tty00
  73. pubscreen tts1
  74.  
  75. console tty02
  76. from tty00
  77. pubscreen tts2
  78.  
  79. console tty03
  80. from tty00
  81. pubscreen tts3
  82.  
  83. console tty04
  84. from tty00
  85. pubscreen tts4
  86.  
  87. console tty05
  88. from tty00
  89. pubscreen tts5
  90.  
  91. console tty06
  92. from tty00
  93. pubscreen tts6
  94.  
  95. console tty07
  96. from tty00
  97. pubscreen tts7
  98.  
  99. console tty08
  100. from tty00
  101. pubscreen tts8
  102.  
  103. console tty09
  104. from tty00
  105. pubscreen tts9
  106.  
  107. aux ttys0        ; Name of AUX handler
  108. device serial.device    ; Device to be used
  109. unit 0            ; Device unit
  110. flags 0            ; Device flags
  111. baud 19200        ; Baud rate
  112. buflen 1024        ; Device buffer length - Must be a multiple of 64
  113. bits 8            ; Bits per char
  114. stopbits 1        ; Stop bits per char
  115. serflags $a4        ; Serial.device flags (see devices/serial.i)
  116. checkcd 1        ; Force EOF if carrier lost
  117. term 2            ; Terminal type (0=amiga,1=amiga+cr/lf,2=pseudo-vt100)
  118.  
  119. aux ttyp0        ; Telnet entry points
  120. device tn.device
  121. unit 0
  122. flags 0
  123. serflags $a4
  124. checkcd 1
  125. term 2
  126.  
  127. aux ttyp1
  128. from ttyp0
  129. unit 1
  130.  
  131. aux ttyp2
  132. from ttyp0
  133. unit 2
  134.  
  135. aux ttyp3
  136. from ttyp0
  137. unit 3
  138.  
  139. rawdevice fd0        ; Floppies
  140. device trackdisk.device
  141. unit 0
  142. flags 0
  143. bufmemtype 1        ; Buffer memory attribute
  144. blocksize 512        ; Size of one block
  145. buffer 11        ; Buffer size in blocks
  146. size -2        ; Media size - 0=stream, -1=unlimited, -2=detect geometry
  147. exclusive 1        ; Disable more than one open simultaneously
  148. update 1        ; Send UPDATE commands to write buffers on close
  149. motor 1        ; Send MOTOR commands to switch off the motor on close
  150. clear 1        ; Send CLEAR commands when error is detected
  151.  
  152. rawdevice fd1
  153. from fd0
  154. unit 1
  155.  
  156. rawdevice md0
  157. from fd0
  158. device mfm.device
  159.  
  160. rawdevice md1
  161. from fd1
  162. device mfm.device
  163.  
  164. rawdevice lp0        ; Printer
  165. device printer.device
  166. unit 0
  167. flags 0
  168. size 0        ; It's a stream device
  169. buffer 1024        ; Write buffer, len=1K
  170. exclusive 1
  171.  
  172. rawdevice rp0        ; Raw printer
  173. from lp0
  174. writecmd 9        ; Use PRD_RAWWRITE to write
  175.  
  176. link disk.info        ; Softlink to icon
  177. dest l:DevHandler.info
  178.