Skip to content

A Character Device Driver (/dev/iitpipe) with non-blocking read/write.

Notifications You must be signed in to change notification settings

snkreddy/Linux-Device-Driver

Repository files navigation

Linux Device Driver With Non Blocking Read/Write

Software Requirement Specification Document
[Design Document](./Design Document.pdf)
[Device Driver Results](./Device Driver Results.pdf)
The Github Repo consists of the following files:

  • Makefile : to load the file into kernel devices.
  • iitpipe.c: this is the device file the loads
  • write.c : code to write in to the device.
  • read.c : code to read from the device.
  • ioctl.c : code to control the delay in device read write
  • queue.h : This is the header file to maintain the Buffer as queue data structure

About

A Character Device Driver (/dev/iitpipe) with non-blocking read/write.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published