Skip to content
Commit d1703691 authored by Adithya Baglody's avatar Adithya Baglody Committed by Andrew Boie
Browse files

x86: MMU: Generation of PAE tables



If CONFIG_X86_PAE_MODE is enabled for the build, then gen_mmu.py
would generate the boot time page tables in PAE format.
This supports 3 level paging i.e Page Directory Pointer(PDPT), Page
Directory(PD) and Page Table(PT). Each Page Table Entry(PTE) maps to
a 4KB region. Each Page Directory Entry(PDE) maps a 2MB region.
Each Page Directory Pointer Entry(PDPTE) maps to a 1GB region.

JIRA: ZEP-2511

Signed-off-by: default avatarAdithya Baglody <adithya.nagaraj.baglody@intel.com>
parent efe79527
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment