Displaying 2 results from an estimated 2 matches for "rmentry".
Did you mean:
romentry
2006 Jun 30
2
How to call PXE Func in windows driver?
In real mode, I can call RMEntry, But In windows driver, How to using
PXE Func?
_________________________________________________________________
????????????????? MSN Messenger:
http://messenger.msn.com/cn
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!