User Level device drivers
=========================
This directory contains the code for a few user level device drivers.
The dummy device drivers just print the name of the function called and the
function argument values and return success. They are used for testing the
userdev framework.

The make utility can be used to build all of them at once except the
dummy device drivers.

The contents of this directory are:
==================================
- Makefile      :make file for building all the drivers and the libraries
- README        :this file
- lib		:sub directory containing the various static libraries available for user 
		level device drivers
- lp		:sub directory for line printer driver code
- ramdisk	:sub directory for RAM disk driver code
- floppy	:sub directory for floppy driver code
