Merge branch 'master' of git+ssh://amsterdam.csail.mit.edu/home/am0/6.828/xv6

This commit is contained in:
Robert Morris 2010-08-31 19:21:52 -04:00
commit 23c3e52c2f
10 changed files with 84 additions and 83 deletions

View file

@ -29,6 +29,7 @@ kinit(void)
kfree(p);
}
//PAGEBREAK: 21
// Free the page of physical memory pointed at by v,
// which normally should have been returned by a
// call to kalloc(). (The exception is when