Expand description
Description of the data-structures for IA-32 paging mode.
Modules§
Structs§
- PAddr
- A wrapper for a physical address.
- PDEntry
- A PD Entry consists of an address and a bunch of flags.
- PTEntry
- A PT Entry consists of an address and a bunch of flags.
Constants§
- BASE_
PAGE_ SIZE - Size of a base page (4 KiB)
- PAGE_
SIZE_ ENTRIES - Page tables have 512 = 4096 / 32 entries.