
                 How to Install RT-Linux

First you will need to install Linux kernel version 2.0.33 (should work
with some earlier and later versions too).
Apply the patch to it: go to the main linux directory, then type
patch -p1 <../rtlinux-0.6-2.0.33/kernel_patch.

make config
make zImage
make modules  (this will build the real-time scheduler module)

The directories contain:
	doc/     documentation
	lib/     library to link with Linux processes (RT-FIFO access) -- obsolete 
		with new RT-FIFO devices
	testing/ examples


Michael Barabanov
baraban@nmt.edu
