diff options
Diffstat (limited to 'config-x86_64-generic')
-rw-r--r-- | config-x86_64-generic | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config-x86_64-generic b/config-x86_64-generic index de4b762ef..15ad1cd7d 100644 --- a/config-x86_64-generic +++ b/config-x86_64-generic @@ -21,6 +21,9 @@ CONFIG_NR_CPUS=1024 CONFIG_PHYSICAL_START=0x1000000 CONFIG_PHYSICAL_ALIGN=0x1000000 +# https://lists.fedoraproject.org/pipermail/kernel/2013-December/004753.html +CONFIG_DEFAULT_MMAP_MIN_ADDR=65536 + CONFIG_IA32_EMULATION=y # CONFIG_IA32_AOUT is not set |