COW tests

This commit is contained in:
Robert Morris 2019-07-02 11:04:35 -04:00
parent 40f1041a0a
commit 1540c8b15a
2 changed files with 144 additions and 2 deletions

View file

@ -97,8 +97,8 @@ walk(pagetable_t pagetable, uint64 va, int alloc)
}
// Look up a virtual address, return the physical address,
// Can only be used to look up user pages.
// or 0 if not mapped.
// Can only be used to look up user pages.
uint64
walkaddr(pagetable_t pagetable, uint64 va)
{