|
-
March 11th, 2005, 10:10 AM
#1
OutPortB
Hello.
Anyone knows how to access outportB on windows NT systems?
I think it has been disabled or something...any ideas what it is?
thx
-
March 11th, 2005, 11:23 AM
#2
Re: OutPortB
 Originally Posted by Quell
Hello.
Anyone knows how to access outportB on windows NT systems?
I think it has been disabled or something...any ideas what it is?
thx
Only 0 privileged code segment (that's only the kernel) can use the outport functions to write data to a specified hardware port. Since you are running in usermode (and that means in privilge step 2) you won't be able to access the hardware. A kernel driver has the access rights to use the out instruction. So write one
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|