Default to non-user in all kernel pages now
This causes the user tasks to just PF, so we'll need to actually have a real loader now.
This commit is contained in:
@@ -163,7 +163,7 @@ private:
|
||||
addr_t phys_addr,
|
||||
addr_t virt_addr,
|
||||
size_t count,
|
||||
bool user = true);
|
||||
bool user = false);
|
||||
|
||||
/// Low-level routine for unmapping a number of pages from the given page table.
|
||||
/// \arg pml4 The root page table for this mapping
|
||||
|
||||
Reference in New Issue
Block a user