moros
moros copied to clipboard
Use ELF segment flags when allocating memory
This is an experiment to see if we can use the ELF segment flags to set the page table flags when allocating memory for a program instead of always using PRESENT | WRITABLE | USER_ACCESSIBLE.