pradykaushik / Character-Device

A kernel level pipe, as a miscellaneous character device, to exchange strings between user level processes. This is a classical producer consumer problem. The device maintains a FIFO queue that can contain a configurable number of strings. Several concurrent user level processes can read and write to the character device.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pradykaushik/Character-Device Issues

No issues in this repository yet.