#include "../README"

This example features two real-time tasks running periodically (the
periods are equal). On each period one of them sets a bit on the parallel
port, another one resets it. By choosing an appropriate offset (start
times really), one can produce a rectangular wave on the parallel port
which can be seen on an oscilloscope plugged into it.

To run this example you must first compile and boot the RT-kernel,
then install the RT-scheduler module (type from the directory where you
compiled Linux: `insmod modules/rt_prio_sched.o').

To run the example type `make' and `insmod rt_process.o'.
