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:
Justin C. Miller
2018-09-04 09:27:57 -07:00
parent d5b8902d8f
commit f1b84ab370
2 changed files with 3 additions and 1 deletions

View File

@@ -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