moros icon indicating copy to clipboard operation
moros copied to clipboard

Use ELF segment flags when allocating memory

Open vinc opened this issue 1 year ago • 0 comments

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.

vinc avatar Oct 02 '24 15:10 vinc