Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to modify the i/o permissions bitmap

Status
Not open for further replies.

n2jesus

Programmer
Joined
May 20, 2003
Messages
66
Location
US
I have written some programs on a 98 system that I would like to run on 2000. The problem is, these programs use very high speed parallel port communications with external electronics gear. So, 2000 will not let the info go to the port because I'm in ring 3.

I've read that you can modify the i/o permissions bitmap to allow a ring 3 program to run and communicate straight to ring 0, but can't find any instruction on how. Writing device drivers is not an option, so I need to find a way to allow the program to talk straight to the ports.

Can anyone tell me how to modify this i/o permissions bitmap?

Thanks for any help,

jim
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top