Displaying 1 result from an estimated 1 matches for "entrypointesp".
2006 Aug 10
1
How to call PXE API in CPU Protected mode?
In CPU Real Mode, I can call Int 1A to check PXE Installation, From
PXENV+ Structure, I get RMEntry pointer.
So I can call PXE API. But At CPU Protected mode, also in my windows driver,
I can scanning base memory to get !PXE Structure,
So I get EntryPointESP pointer, But How can I using this pointer? How can
calling PXE API now?
Help!