#ident	"@(#)pcintf:support/svr4/README	1.1"
This note is for the PC-Interface for DOS, Release 4.0 source release
for UNIX SVR4.1. 

The PCI source files are in the following directories:
./common/cmd/pcintf/bridge
./common/cmd/pcintf/pkg_lmf
./common/cmd/pcintf/pkg_lcs
./common/cmd/pcintf/pkg_rlock
./common/cmd/pcintf/pkg_lockset
./common/cmd/pcintf/util

Additional files needed to run PCI are in the following directory:
./common/cmd/pcintf/support/svr4

The top level makefile is:
./common/cmd/pcintf/pcintf.mk

To build PC-Interface:

  cd ./common/cmd/pcintf
  make -f pcintf.mk "CMDRULES=complete path of rules file" install

This command will copy the PCI package into the following files in
$ROOT/$MACH/etc, $ROOT/$MACH/usr/bin, $ROOT/$MACH/usr/pci, and
$ROOT/$MACH/usr/share/lib/terminfo/v: 

	$ROOT/$MACH/usr/pci/bin/errlogger
	$ROOT/$MACH/usr/pci/bin/pcistart
	$ROOT/$MACH/usr/pci/bin/pcistop
	$ROOT/$MACH/usr/pci/bin/pciprint
	$ROOT/$MACH/usr/pci/bin/environ
	$ROOT/$MACH/usr/pci/lib/vt220-pc.ti
	$ROOT/$MACH/usr/share/lib/terminfo/v/vt220-pc
	$ROOT/$MACH/usr/pci/pcidossvr.232
	$ROOT/$MACH/usr/pci/pciptys
	$ROOT/$MACH/etc/rc2.d/S95pci
	$ROOT/$MACH/etc/rc1.d/K95pci
	$ROOT/$MACH/usr/pci/bin/loadpci
	$ROOT/$MACH/usr/pci/bin/pciconsvr.ip
	$ROOT/$MACH/usr/pci/bin/pcidossvr.ip
	$ROOT/$MACH/usr/pci/bin/pcidosout.ip
	$ROOT/$MACH/usr/pci/bin/pcimapsvr.ip
	$ROOT/$MACH/usr/pci/bin/pcidebug
	$ROOT/$MACH/usr/pci/dosmsg/En.lmf
	$ROOT/$MACH/usr/pci/lib/pc437.lcs
	$ROOT/$MACH/usr/pci/lib/pc850.lcs
	$ROOT/$MACH/usr/pci/lib/8859.lcs
	$ROOT/$MACH/usr/pci/lib/pc860.lcs
	$ROOT/$MACH/usr/pci/lib/pc863.lcs
	$ROOT/$MACH/usr/pci/lib/pc865.lcs
	$ROOT/$MACH/usr/pci/bin/lmfmsg
	$ROOT/$MACH/usr/pci/bin/pcidossvr.232
	$ROOT/$MACH/usr/pci/bin/pcidosout.232
	$ROOT/$MACH/usr/pci/bin/sharectl
	$ROOT/$MACH/usr/bin/charconv
	$ROOT/$MACH/usr/bin/unix2dos
	$ROOT/$MACH/usr/bin/dos2unix

The pkgadd files to create the package are:

	./common/pkg/pci/copyright
	./common/pkg/pci/pkginfo
	./common/pkg/pci/depend
	./common/pck/pci/prototype

The prototype files assume the PCI distribution files are in
$ROOT/$MACH/usr/bin, $ROOT/$MACH/etc/rc#.d, $ROOT/$MACH/usr/pci and
$ROOT/$MACH/usr/share/lib/terminfo/v.

The pkgmk command should be used for packaging, e.g.

	cd ./common/pkg/pci;    pkgmk -d {destination} -r $ROOT/$MACH

where {destination} is either a device such as diskette1, or a directory such
as $ROOT/install.  The pkgmk program will warn about automatically-generated
ARCH, PSTAMP and CLASS variables; these are normal.

For further information on PC-Interface 4.0, consult the PC-Interface for
DOS Administrator's Guide, PC-Interface for DOS Host Installation Guide and
PC-Interface for DOS Release Notes.
