Re: How to find address of OEMAddressTable?

From: K. S. Huang (ks_huang_at_dlink.com.tw.remove.this)
Date: 05/28/04


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.
>
>
>