home *** CD-ROM | disk | FTP | other *** search
- /* Mount Entry for the new Console Handler */
- NEWCON:
- Handler = L:Newcon-Handler
- Priority = 5
- StackSize = 1000
- #
- /* This is an example of a non-filing system mount using a handler written
- in C.*/
- SPEAK:
- Handler = L:Speak-Handler
- Stacksize = 6000
- Priority = 5
- GlobVec = -1
- #
- /* Installs null-handler V 0.0 (C) Gunnar Nordmark*/
- NULL:
- Handler = L:null-handler
- Stacksize = 500
- Priority = 5
- GlobVec = 1
- #
- /* Non-booting Recoverable ram disk.*/
- RAD: Device = ramdrive.device
- Unit = 0
- Flags = 0
- Surfaces = 2
- BlocksPerTrack = 11
- Reserved = 2
- Interleave = 0
- LowCyl = 0 ; HighCyl = 14
- Buffers = 5
- BufMemType = 1
- BootPri = -129
- #
-