commit | 3d457e1a365b832e547a62ed37bb768e5b8b1885 | [log] [tgz] |
---|---|---|
author | Daniel Leung <daniel.leung@intel.com> | Fri Feb 19 14:18:36 2021 -0800 |
committer | Anas Nashif <anas.nashif@intel.com> | Mon Feb 22 14:55:28 2021 -0500 |
tree | 41b81c68ecbdde8ac0bf7e7f43c156fff9886cc2 | |
parent | d340afd4560a9fba50d37ab30256f75ef1e08f3d [diff] |
linker: add CONFIG_KERNEL_LINK_IN_VIRT This adds the kconfig CONFIG_KERNEL_LINK_IN_VIRT and supporting kconfigs to indicate that the linker script can link the kernel in virtual address space. This is needed for demand paging where the kernel can be bigger than physical address space. Signed-off-by: Daniel Leung <daniel.leung@intel.com>