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 - Fork 0
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.
47aravind/char_dev_driver
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 0
No packages published