This requires the following changes: - Add task_size argument to mmap_base() and make the calculation based on it. diff --git a/arch/x86/include/asm/elf.h b/arch/x86/include/asm/elf.h index 9d49c18..b908141 100644 --- a/arch/x86/include/asm/elf.h +++ b ...
↧