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
[147 byte] By [Quell] at [2007-11-19 6:28:19]
# 1 Re: 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

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 :)
NoHero at 2007-11-9 0:41:32 >