[ C++ RCOS Home | RCOS.java Home | RCOS Home | David's Home ]

RCOS C++ CRC for class pgtbl

Name:

pgtbl

Comment:

MMU dependant page table structure .. very simple in this case

Collaborators:

Responsibilities:

  typedef struct pgtbl {
    UINT16 *pMem;               // pointer to actual RAM
    BOOL   bInUse;              // flag set when allocated
  } PGTBL, *PPGTBL;