home *** CD-ROM | disk | FTP | other *** search
- /* An example MOUNTLIST file enabling a 5" disk to be mounted
- as DF1: and an interactive serial port mounted as AUX:
- */
- #
- RES0: Device = hddisk.device
- Unit = 1
- Flags = 0
- Surfaces = 5
- BlocksPerTrack = 17
- Reserved = 0
- Interleave = 0
- LowCyl = 0 ; HighCyl = 1
- Buffers = 5
- BufMemType = 0
- #
- /* This is provided as an example of an alternative type of
- non-filing device mount. Please note that L:aux-handler
- is not provided, and thus this mount does not work.
- */
-
- AUX: Handler = L:aux-handler
- Stacksize = 700
- Priority = 5
- #
- SCSI: Device = hddisk.device
- Unit = 3
- Flags = 0
- Surfaces = 4
- BlocksPerTrack = 17
- Reserved = 2
- Interleave = 0
- LowCyl = 2 ; HighCyl = 611
- Buffers = 15
- BufMemType = 0
- #
-
-