I'm developing a microkernel for my personal research. I have chosen to run my kernel at 0xf0000000, leaving 3.75 GiB for user space programs. When my kernel st
To the best of my knowledge, MMAP can be used to change a protection of mapped memory region. For example, If I want to add executable permission to one of m