xv6

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit efb01c1dc05ad96268a84c866f0c9d467e76ba42
parent 5c596bb3a7b3e08760ac5c033680c9957e4e2842
Author: rsc <rsc>
Date:   Fri,  8 Sep 2006 15:09:48 +0000

only need a page

Diffstat:
Mmain.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main.c b/main.c @@ -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