![]() |
Xyris
0.5
|
#include <Memory.i686.hpp>
Data Fields | |
uint32_t | offset: 12 |
uint32_t | tableIndex: 10 |
uint32_t | dirIndex: 10 |
Virtual address structure. Represents an address in virtual memory that redirects to a physical page frame. (Chunk of virtual memory)
Definition at line 52 of file Memory.i686.hpp.
uint32_t Page::dirIndex |
Definition at line 55 of file Memory.i686.hpp.
uint32_t Page::offset |
Definition at line 53 of file Memory.i686.hpp.
uint32_t Page::tableIndex |
Definition at line 54 of file Memory.i686.hpp.