User Level Device Drivers
=========================
This is the root directory of the user level device driver project. The README files
in each directory would give more details of each file in that directory. 

The make utility can be used to build the whole project or remove the object files
from the whole project using "make" and "make clean" commands.

The required setup for using the userdev driver can be constructed using the installscript
file that create the required files in the appropriate directories. So run this script
before using the userdev driver.

Current Directory Organisation:
------------------------------
- Makefile	:make file for building the whole user level device driver project
- README	:this file
- driver	:directory containing driver process code
- installscript	:installation script file
- module	:directory containing userdev kernel module code
- userdev.html	:Provides insight into Userdev model and the INSTALLATION instructions
