home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 2 / FFMCD02.bin / new / amigalibdisks / disk937 / kingcon / handler / kingcon-mountlist < prev    next >
Text File  |  1993-12-21  |  535b  |  25 lines

  1. /**    $VER: KingCON-mountlist 1.0 (13.10.93)
  2.  **
  3.  ** Mountlist-entries for KCON and KRAW.
  4.  **
  5.  ** Ta replace the standard CON and RAW, change the names
  6.  ** to 'CON:' and 'RAW:'.
  7.  ** Don't forget to Assign DISMOUNT both CON: and RAW: before
  8.  ** you try to mount the new devices with the same names!!
  9.  **
  10.  **                                             David Larsson
  11.  **/
  12.  
  13. KCON:
  14.     Handler = L:KingCON-handler
  15.     StackSize = 4096
  16.     Priority = 5
  17.     GlobVec = -1
  18. #
  19.  
  20. KRAW:
  21.     Handler = L:KingCON-handler
  22.     StackSize = 4096
  23.     Priority = 5
  24.     GlobVec = -1
  25. #