Sept. 20, 2013
3:03 p.m.
On Fri, 20 Sep 2013 14:24:02 +0530, Niroj Pokhrel said:
i. I have created a sysfs bin files (because it support mmap)
This is *definitely* the Wrong Way To Do I/O. Period. Full Stop. Please implement an actual character or block special device, as appropriate for the hardware in question.