home *** CD-ROM | disk | FTP | other *** search
- /* MountList for V1.3 */
-
- /* Mount Entry for the new Console Handler */
-
- NEWCON:
- Handler = L:Newcon-Handler
- Priority = 5
- StackSize = 1000
- #
-
- /* This is an example of a mount list entry for using the recoverable
- ram disk. Depending on the amount of memory you wish to devote to
- it, you may want to change the HighCyl value.
- */
-
- RAD: Device = ramdrive.device
- Unit = 2
- Flags = 0
- Surfaces = 2
- BlocksPerTrack = 11
- Reserved = 2
- Interleave = 0
- LowCyl = 0 ; HighCyl = 79
- Buffers = 1
- BufMemType = 5
- Mount = 1
- BootPri = -128
- Priority = 5
- #
-
-
- DF1: Device = trackdisk.device
- Unit = 1
- Flags = 1
- Surfaces = 2
- BlocksPerTrack = 11
- Reserved = 2
- Interleave = 0
- LowCyl = 0 ; HighCyl = 79
- Buffers = 20
- BufMemType = 3
- #
-