commit | 08a962daa2fd2bc9fac3e4e80169047a7a0b328c | [log] [tgz] |
---|---|---|
author | Andrew Boie <andrew.p.boie@intel.com> | Tue Aug 01 14:49:49 2017 -0700 |
committer | Anas Nashif <nashif@linux.intel.com> | Thu Aug 03 11:46:26 2017 -0400 |
tree | 6478342a2110643907aedc9769ad3a9cfc4c1dd3 | |
parent | 5f5f7c55048a68a5e3d20e2080ba1e1f11829fb3 [diff] |
x86: place application data before kernel data Kernel data size shifts in between linker passes due to the addition of the page tables. We would like application memory bounds to remain fixed so that we can program the MMU permissions for it at build time. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>