diff options
author | Gunnar Beutner <gbeutner@serenityos.org> | 2021-06-28 17:19:18 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-06-28 22:29:28 +0200 |
commit | e35b0605013163ea2f3425ec4ed4489e64d03280 (patch) | |
tree | f85946bd1c6b36b377997373fdb53f8c96e65f8e /Kernel/Syscalls/execve.cpp | |
parent | e979a88af4d4a1fea392a7620436bd37579a6a1f (diff) | |
download | serenity-e35b0605013163ea2f3425ec4ed4489e64d03280.zip |
Userland: Set linker max page size to 4096
Neither the kernel nor LibELF support loading libraries with larger
PT_LOAD alignment. The default on x86 is 4096 while it's 2MiB on x86_64.
This changes the alignment to 4096 on all platforms.
Diffstat (limited to 'Kernel/Syscalls/execve.cpp')
0 files changed, 0 insertions, 0 deletions