home *** CD-ROM | disk | FTP | other *** search
- /* Mounting receipt for the PC device */
-
- FileSystem = l:PC2Am-handler
- Stacksize = 4096
- Priority = 5
- GlobVec = -1
-
- /* These four values specifies parameters of serial (or other if you use
- multiserial card) device to communicate via. */
- Device = serial.device
- Unit = 0
- Flags = 0
- Baud = 57600
-
- /* Maximal length of packet */
-
- MaxTransfer = 4096
-
-
- /* Timeout value in tenths of second (not surfaces :-)*/
-
- Surfaces = 30
-
-
- /* This contains type of indication. Now only 0=NONE and 1=LED supported */
- BlocksPerTrack = 1
-
-
- /* Following values are here now just for satisfy the mount command, but
- may be used for some config purposes in the future, so keep them null */
-
- LowCyl = 0
- HighCyl = 0
-