Re: How to find address of OEMAddressTable?
From: K. S. Huang (ks_huang_at_dlink.com.tw.remove.this)
Date: 05/28/04
- Next message: Eric Pan: "Re: Concept fussing~"
- Previous message: Jegan: "Re: gperotate library support for 4 BPP"
- In reply to: msnews.microsoft.com: "How to find address of OEMAddressTable?"
- Next in thread: msnews.microsoft.com: "Re: How to find address of OEMAddressTable?"
- Reply: msnews.microsoft.com: "Re: How to find address of OEMAddressTable?"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 28 May 2004 22:06:06 +0800
in OAL you could use the following declartion
typedef struct {
DWORD dwVA;
DWORD dwPA;
DWORD dwSize;
} PTE, *PPTE;
extern PPTE g_pOEMAddressTable;
the g_pOEMAddressTable is a pointer point to an OEMAddresstable that kernel
currently use.
If in user-mode app or driver, I think you may write your own OEM OAL IOCTL
code to give the address of g_pOEMAddressTable to user-mode.
"msnews.microsoft.com" <preedee.p@eprofessional.co.th> ¼¶¼g©ó¶l¥ó·s»D
:u#3RdSLREHA.4020@TK2MSFTNGP11.phx.gbl...
> To Guru.
> How to find OEMAddressTable for Emulator and ARM?
> Best Regard.
>
>
>
- Next message: Eric Pan: "Re: Concept fussing~"
- Previous message: Jegan: "Re: gperotate library support for 4 BPP"
- In reply to: msnews.microsoft.com: "How to find address of OEMAddressTable?"
- Next in thread: msnews.microsoft.com: "Re: How to find address of OEMAddressTable?"
- Reply: msnews.microsoft.com: "Re: How to find address of OEMAddressTable?"
- Messages sorted by: [ date ] [ thread ]