------
README
------

COMPILATION
===========

To compile, as root use make in the working directory of the code:

  # make

TESTING
=======

To load the module, do (as root):

  # insmod char-reg.ko 

You can check for an entry for the module (if it is loaded) from the output of:

  # lsmod | grep char

To remove the module, do (as root):

  # rmmod char-reg

Kernel log messages can be viewed from the output of dmesg.

To cleanup the compiled modules, use:

  # make clean

--
Shakthi Kannan <shaks@shakthimaan.com>
http://www.shakthimaan.com
