home *** CD-ROM | disk | FTP | other *** search
- /*
- * Example mountlist entries for the XFH file system handler.
- *
- * These entries are suitable for mounting XH0: - XH3:, or they can
- * be modified to personal taste.
- *
- * The general pattern for use is:
- *
- * Set up a mountlist entry for device XXX: (this mountlist assumes
- * XH<n>:). Fill in the 'Handler=' field with the full path of the
- * handler code (eg. L:XFH-Handler). You may also want to change
- * the Priority field to control whether the handler should steal the
- * CPU from other busy tasks (but don't set it any higher than 10).
- *
- * It is also possible to use option files. Consult the file
- * XFH.doc for further details.
- *
- */
-
- XH0:
- Handler = xfhdir:L/XFH-handler
- Startup = "!ROOTDIR&T:!VOLUMENAME&XFH_ON_T!PORTNAME&XH0_AREXX_PORT"
- Priority = 4
- Mount = 1
- Stacksize = 6000
- GlobVec = -1
- #
-
- XH1:
- Handler = xfhdir:l/XFH-handler
- Startup = xfhdir:Optionfiles/.xfhrc_1
- Priority = 4
- Mount = 1
- Stacksize = 6000
- GlobVec = -1
- #
-
- XH2:
- Handler = xfhdir:l/XFH-handler
- Startup = xfhdir:Optionfiles/.xfhrc_2
- Priority = 4
- Mount = 1
- Stacksize = 6000
- GlobVec = -1
- #
-
- XH3:
- Handler = xfhdir:l/XFH-handler
- Startup = xfhdir:Optionfiles/.xfhrc_3
- Priority = 4
- Mount = 1
- Stacksize = 6000
- GlobVec = -1
- #
-
-
- XFONTS:
- Handler = xfhdir:l/XFH-handler
- Priority = 4
- Mount = 1
- Stacksize = 6000
- GlobVec = -1
- #
-