Page break kalloc.c

This commit is contained in:
Austin Clements 2010-08-31 17:52:03 -04:00
parent 87b2099ae4
commit 5048762c7e

View file

@ -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