Tuesday, October 19, 2010

Towards the formulation of a device driver in linux

Device drivers are the programms that will be loaded on to the operating system or any other kernel program to control the functioning of various devices. The various functions include the copying of the data form a device, writing to the device, deleting a data from the device etc. Device drivers in linux include special design pattern and planning because they are directly interacting with the kernel.

No comments:

Post a Comment