commit 5048762c7e27789a014cc1e74e1002e749c924ce parent 87b2099ae44039b119267d41a710a56b4784dbe0 Author: Austin Clements <amdragon@mit.edu> Date: Tue, 31 Aug 2010 17:52:03 -0400 Page break kalloc.c Diffstat:
M | kalloc.c | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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