//flex table opened by JP

Click to See Complete Forum and Search --> : write on a physical memory address below win2000


jelousmean
07-22-2002, 07:57 AM
I want to write on a physical memory address below win2000 and using C language. I need to do it without dll’s because of velocity requirements. I was able to do it below win95 using the C language function "outp" but now win2000 doesn't let me it.
Could somebody help me, pleassssssssssseeeeeeeeeee?

BipolarBill
07-22-2002, 05:31 PM
Welcome to SysOpt!

You can't write direct to hardware in NT because the hardware abstraction layer (HAL) won't let you. This is what makes NT stable. You must write to the HAL.

I'm not really big on programming and you're in the wrong forum. I'll move it for you.