The Kernel Module Debug 3.x Demonstration
-----------------------------------------

The Kernel Module Debug program is part of 
an advanced tutorial, demonstrating how 
to build and debug a loadable kernel module
for Linux 3.x.

Note: This sample project creates the
file moduleDebugExample.ko, a kernel object
module compatible with Linux 3.x.

To install this module, copy it to the target
and enter the command:

   insmod moduleDebugExample.ko

