Skip to content
Snippets Groups Projects
Commit efb01c1d authored by rsc's avatar rsc
Browse files

only need a page

parent 5c596bb3
No related branches found
No related tags found
No related merge requests found
......@@ -127,7 +127,7 @@ process0()
iunlock(p0->cwd);
// dummy user memory to make copyproc() happy
p0->sz = 4 * PAGE;
p0->sz = PAGE;
p0->mem = kalloc(p0->sz);
// fake a trap frame as if a user process had made a system
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment