commit | ee3d345c09f0d1bb52234787fee9bc651f9cc25c | [log] [tgz] |
---|---|---|
author | Daniel Leung <daniel.leung@intel.com> | Fri Feb 26 13:33:27 2021 -0800 |
committer | Anas Nashif <anas.nashif@intel.com> | Wed Mar 03 20:10:22 2021 -0500 |
tree | 154022c82bfcac62cf8efeea3240d5469e3ebd5f | |
parent | 9ce77abf2337bf7854a0e2049195d1e352a6d9e3 [diff] |
x86: mmu: reserve more space for page table if linking in virt When linking in virtual address space, we still need physical addresses in SRAM to be mapped so platform can boot from physical memory and to access structure necessary for boot (e.g. GDT and IDT). So we need to enlarge the reserved space for page table to accommodate this. Signed-off-by: Daniel Leung <daniel.leung@intel.com>