Merge branch 'master' of git+ssh://amsterdam.csail.mit.edu/home/am0/6.828/xv6
This commit is contained in:
commit
23c3e52c2f
10 changed files with 84 additions and 83 deletions
1
kalloc.c
1
kalloc.c
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue