Results 1 to 1 of 1
Hi,
I want to write a block device driver in user mode so that the read and write calls from the FileSystem comes to user mode component than a regular ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 10-30-2008 #1Just Joined!
- Join Date
- Oct 2008
- Posts
- 1
Block Device driver in User mode
Hi,
I want to write a block device driver in user mode so that the read and write calls from the FileSystem comes to user mode component than a regular kernel mode driver.
why i want to do this ... because I want to pass on the data coming to another apps and the data is near real time and large. So, I can't keep the block driver in kernel mode and do transfer of data from kernel mode to user mode.
Can this be done ... ? I have been looking at various things but nothing comes close. Any hints will be helpful.
Thanks
Tarrot .


Reply With Quote
