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 non-filing system mount using a handler written
- in C.
- */
-
- SPEAK:
- Handler = L:Speak-Handler
- Stacksize = 6000
- Priority = 5
- GlobVec = -1
- #
-
- /* This is an example of an alternative type of non-filing device mount,
- used to mount the non-buffered serial handler
- */
-
- AUX:
- Handler = L:Aux-Handler
- Stacksize = 1000
- Priority = 5
- #
- /* This is a non-filing system device */
-
- PIPE:
- Handler = L:Pipe-Handler
- Stacksize = 6000
- Priority = 5
- GlobVec = -1
- #
-
-
- NET: Stacksize = 8000
- Priority = 5
- GlobVec = -1
- Unit = 0
- Device = devs:parnet.device
- Surfaces = 0
- BlocksPerTrack = 0
- Reserved = 0
- LowCyl = 0
- HighCyl = 0
- Filesystem = l:netpnet-handler
- #
-
-
- IBMA:
- Device = devs:mfm.device
- Unit = 0
- LowCyl = 0 ; HighCyl = 79
- Surfaces = 2
- BlocksPerTrack = 9
- DosType = 3
- #
-
- /* A sample mountlist entry for a harddisk. Insert the correct name
- for your own device and unit and MAKE SURE YOU GET THE CYLINDER
- NUMBERS CORRECT - if your Amiga and PC drives overlap you could easily
- lose the contents of both of them! */
-
- IBMC:
- Unit = 000
- Flags = 0
- Surfaces = 4
- BlocksPerTrack = 26
- LowCyl = 293
- HighCyl = 320
- DosType = 0
- #
- #
-