commit | f3e9b61a91db11e838fa166916e879bd315b224f | [log] [tgz] |
---|---|---|
author | Andrew Boie <andrew.p.boie@intel.com> | Wed Dec 09 16:49:04 2020 -0800 |
committer | Anas Nashif <anas.nashif@intel.com> | Sat Jan 23 19:47:23 2021 -0500 |
tree | eaa6fc24828f14a65b0372395bd98ee410d260a9 | |
parent | 5db615bb38bc4d6e726c04f23a0289b4f3ad33e6 [diff] |
x86: reserve the first megabyte A more comprehensive solution would use E820 enumeration, but we are unlikely to ever care that much, as we intend to use demand paging on microcontrollers and not PC-like hardware. This is really to just prevent QEMU from crashing. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>