commit | e9d15451b19c2b791d72b6f9d450e4e33a70af6c | [log] [tgz] |
---|---|---|
author | Andrew Boie <andrew.p.boie@intel.com> | Fri Jun 12 17:10:01 2020 -0700 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue Aug 25 15:49:59 2020 -0400 |
tree | 1077cc0a0e694d9a2873993dea323e0b6175adc3 | |
parent | bcc69f944d190a9213ebd889ca453649a5bf89db [diff] |
x86: add new page table generation script This produces a set of page tables with system RAM mapped for read/write/execute access by supervisor mode, such that it may be installed in the CPU in the earliest boot stages and mutable at runtime. These tables optionally support a dual physical/virtual mapping of RAM to help boot virtual memory systems. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>