From: Austin Clements Date: Tue, 31 Aug 2010 21:52:03 +0000 (-0400) Subject: Page break kalloc.c X-Git-Url: https://git.devinivas.org/?a=commitdiff_plain;h=5048762c7e27789a014cc1e74e1002e749c924ce;p=cs3210-lab0.git Page break kalloc.c --- diff --git a/kalloc.c b/kalloc.c index 8c9ff93..7653242 100644 --- a/kalloc.c +++ b/kalloc.c @@ -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