x86: MMU: Set PAE page tables for QEMU as default.

Replacing the default paging scheme from 32-bit paging to
PAE paging in QEMU.

JIRA:ZEP-2511

Signed-off-by: Adithya Baglody <adithya.nagaraj.baglody@intel.com>
This commit is contained in:
Adithya Baglody 2017-09-18 17:46:24 +05:30 committed by Andrew Boie
parent 0328ecf6fc
commit f677caef2d

View File

@ -20,3 +20,5 @@ CONFIG_X86_MMU=y
CONFIG_HW_STACK_PROTECTION=y
CONFIG_USERSPACE=y
CONFIG_APPLICATION_MEMORY=y
CONFIG_X86_PAE_MODE=y