Hi All--
Here is a senario that I would like to implement in a device driver.
I have a page of memory in my driver. This is page locked memory. I
would like to be able to have an application write to this one specific
page as well, without going through a kernel call. Basically I want a
way to insert this page into the process memory space. Is there any way
that I can do this? The goal of all this is to implement a tracing
system (for debugging my driver) where the driver can insert data into
this page, as well as the application.
I am working with a driver written for NT, that needs to be moved to
some other os's. ;) It has this feature, and is prety nice for
debugging. I would like to be able to leave it in, and just recreate
the initial setup of this system under Linux.
Any help would be greatly appreciated.
Thanks
Eric Shapow