PUBLIC DOCUMENTS:

o2cl.ps
	"An occam2.1 Checklist"
	A 17-page Postscript document covering most of occam2 by
	Peter Welch <P.H.Welch@ukc.ac.uk>  A useful document for
	students of occam. (A text version is also available in
	../course/checklist.txt)

kroc.ps
	This is a DRAFT paper and may not represent the current state
	of the KROC system and thus may be incomplete or wrong.

	KROC - The Kent Retargeted Occam Compiler by
	David C. Wood <D.C.Wood@ukc.ac.uk>
	Computing Laboratory
	University of Kent at Canterbury

	This paper describes an implementation of occam for the SPARC
	architecture.

	It uses a standard compiler to generate Transputer assembly
	language, which it translates into assembly language for the
	SPARC.  This is then assembled and linked with a kernel that
	performs the necessary scheduling between different
	processes.  This process provides an easy method of porting
	occam to other machines.

occam/
	occam 2.1 small reference manual (changes since occam2).

	The full occam 2.1 reference manual is available in
	PostScript form from the Internet Parallel Computing Archive
	at HENSA Unix:

<URL:ftp://unix.hensa.ac.uk/pub/parallel/occam/documentation/oc21refman.ps.gz>
<URL:http://www.hensa.ac.uk/parallel/occam/documentation/oc21refman.ps.gz>

	and the draft occam 3 reference manual is in the same
	directory, for interest.

ocinf/
	occam-C interface tool (ocinf) tutorial manual.  This should
	be read in conjunction with the ocinf examples, in
	../examples/ocinf
