home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 28 / amigaformatcd28.iso / devs / kingcon-mountlist < prev    next >
Text File  |  1997-02-27  |  617b  |  37 lines

  1. /**    $VER: KingCON-mountlist 1.3 (31.05.94)
  2.  **
  3.  ** Mountlist-entries for KCON and KRAW.
  4.  **
  5.  ** Don't forget to Assign DISMOUNT both CON: and RAW: before
  6.  ** you try to mount the new devices with the same names!!
  7.  **
  8.  **                                             David Larsson
  9.  **/
  10.  
  11. KCON:
  12.     Handler = L:KingCON-handler
  13.     StackSize = 4096
  14.     Priority = 5
  15.     GlobVec = -1
  16. #
  17.  
  18. KRAW:
  19.     Handler = L:KingCON-handler
  20.     StackSize = 4096
  21.     Priority = 5
  22.     GlobVec = -1
  23. #
  24.  
  25. CON:
  26.     Handler = L:KingCON-handler
  27.     StackSize = 4096
  28.     Priority = 5
  29.     GlobVec = -1
  30. #
  31.  
  32. RAW:
  33.     Handler = L:KingCON-handler
  34.     StackSize = 4096
  35.     Priority = 5
  36.     GlobVec = -1
  37. #