Closed 0x6D70 closed 3 years ago
At the moment all pages are rwx, the goal is to set the rwx at every new mapping. Are there any other options which can be set?
// maps a page as writeable and reable (not executable) vmm_map(page_table, v_addr, ph_addr, PAGE_WRITE | PAGE_READ);
this issue will be closed for now, because we don't have userspace yet and it is not needed
At the moment all pages are rwx, the goal is to set the rwx at every new mapping. Are there any other options which can be set?
Idea