home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 2: Collection B / 17Bit_Collection_B.iso / files / 1340.dms / in.adf / devs / MountList next >
Encoding:
Text File  |  1990-11-08  |  790 b   |  35 lines

  1. /*  Mount Entry for the new Console Handler */
  2. NEWCON: 
  3.     Handler = L:Newcon-Handler
  4.     Priority = 5
  5.     StackSize = 1000
  6. #
  7. /* This is an example of a non-filing system mount using a handler written
  8.    in C.*/
  9. SPEAK:     
  10.     Handler = L:Speak-Handler
  11.     Stacksize = 6000
  12.     Priority = 5
  13.     GlobVec = -1
  14. #
  15. /*  Installs null-handler V 0.0 (C) Gunnar Nordmark*/
  16. NULL:
  17.   Handler = L:null-handler
  18.   Stacksize = 500
  19.   Priority = 5
  20.    GlobVec = 1
  21. #
  22. /* Non-booting Recoverable ram disk.*/
  23. RAD:       Device = ramdrive.device
  24.            Unit   = 0
  25.            Flags  = 0
  26.            Surfaces  = 2
  27.            BlocksPerTrack = 11
  28.            Reserved = 2
  29.            Interleave = 0
  30.            LowCyl = 0  ;  HighCyl = 14
  31.            Buffers = 5
  32.            BufMemType = 1
  33.            BootPri = -129
  34. #
  35.