Page break kalloc.c

feat/start
Austin Clements 2010-08-31 17:52:03 -04:00
parent 87b2099ae4
commit 5048762c7e
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ kinit(void)
kfree(p1);
}
//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