[ C++ RCOS Home | RCOS.java Home | RCOS Home | David's Home ]
Name: |
pgtbl |
Comment: |
MMU dependant page table structure .. very simple in this case |
Collaborators: |
typedef struct pgtbl { UINT16 *pMem; // pointer to actual RAM BOOL bInUse; // flag set when allocated } PGTBL, *PPGTBL;