Page break kalloc.c
This commit is contained in:
parent
87b2099ae4
commit
5048762c7e
1 changed files with 1 additions and 0 deletions
1
kalloc.c
1
kalloc.c
|
@ -30,6 +30,7 @@ kinit(void)
|
||||||
kfree(p1);
|
kfree(p1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//PAGEBREAK: 21
|
||||||
// Free the page of physical memory pointed at by v,
|
// Free the page of physical memory pointed at by v,
|
||||||
// which normally should have been returned by a
|
// which normally should have been returned by a
|
||||||
// call to kalloc(). (The exception is when
|
// call to kalloc(). (The exception is when
|
||||||
|
|
Loading…
Reference in a new issue