readme.txt for Sample 0. 1) Copy the sample0 folder to any directory such as /home/ad12-8/sample0. 2) Open a terminal window and change directory to the sample0 folder. On the command line type "uname -a" to find your linux kernel version. Open makefile with an editor and replace "linux-2.4.0-4GB" with your linux kernel version. 3) Now type "make" in the command line. This will compile sample0.c and output an executable file sample0. 4) Switch to su or root mode and type "./sample0" in the command line to run sample0.