KROC Examples
-------------

Enter each directory and type 'make' or just 'kroc prog.occ' and then
run 'prog'.

hello/		Hello world  - only 4 lines!
nos/		The 'classic' nos program testing out scheduling speed
simple/		'Simple' programs testing I/O and interactivity
exlibs/		Example libraries for the above examples (VT100 I/O)
sc/		Separate compilation example
multitest/	Example for using file and socket I/O as a multiprocessor
                program.

To compile and run the example in multitest follow the instructions in
the file README.
