Skip to content

Developed a virtual character driver on Linux which invloves transferring and manipulating data to the device memory using normal read(), write() and lseek() calls.Implemented ioctl() and mmap() for data manipulation in the device memory and mapping of the device memory.Synchronization was added to the driver module to handle the race conditions.

Notifications You must be signed in to change notification settings

47aravind/char_dev_driver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

char_dev_driver

Developed a virtual character driver on Linux which invloves transferring and manipulating data to the device memory using normal read(), write() and lseek() calls.Implemented ioctl() and mmap() for data manipulation in the device memory and mapping of the device memory.Synchronization was added to the driver module to handle the race conditions.

About

Developed a virtual character driver on Linux which invloves transferring and manipulating data to the device memory using normal read(), write() and lseek() calls.Implemented ioctl() and mmap() for data manipulation in the device memory and mapping of the device memory.Synchronization was added to the driver module to handle the race conditions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published