#
    PC:
/* 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 = 19200

/*  Maximal length of packet */

    MaxTransfer = 4096


/*  Timeout value in tenths of second (not surfaces :-)*/

    Surfaces = 30


/*  This contains type of indication. Supported types: 0=NONE, 1=LED,
    2 = Gopher-like, 3 = Background */
    BlocksPerTrack = 2


 /* 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
