===================================================================
 The HOWTO file of SVR4.2 Fixed tty Driver for 
 MOXA NPort Server/Async Server Faimly
 ===================================================================

 Install from disk
 =================
 1. Create install disk with "makedisk.exe" which in the CD-ROM 
    under Windows 9x/Me/NT/2000.
 2. Create "/tmp/moxa" directory under your SVR4.2 host.
    # cd /tmp
    # mkdir moxa
 3. Uncompress the driver into "/tmp/moxa".
    # cd /
    # tar xvf /dev/fd0
 4. Run "sh /tmp/moxa/mxinstall" to start the installation.
 5. Follow the readme file to install driver.
 6. End.

 - or -

 Install from host
 =================
 1. Create "/tmp/moxa" directory under your SVR4.2 host.
    # cd /tmp
    # mkdir moxa
 2. Download/copy "svr4_<nnn>.tar" from CD-ROM into /.
    <nnn> is version number.
 3. Uncompress the driver into "/tmp/moxa".
    # cd /
    # tar xvf svr4_<nnn>.tar
 4. Run "sh /tmp/moxa/mxinstall" to start the installation.
 5. Follow the readme file to install driver.
 6. End.

 HOWTO mount CD-ROM under SVR4.2 
 ==================================
 #mount -F cdfs -o fperm=0555,nmconv=c -r <device> <mount point>
 Ex. To mount a CD-ROM on first IDE CD-ROM to /mnt, use the command 
      #mount -F cdfs -o fperm=0555,nmconv=c -r /dev/cdrom/c0b0t1l0 /mnt