]> Devi Nivas Git - cs3210-lab1.git/commitdiff
Page break kalloc.c
authorAustin Clements <amdragon@mit.edu>
Tue, 31 Aug 2010 21:52:03 +0000 (17:52 -0400)
committerAustin Clements <amdragon@mit.edu>
Tue, 31 Aug 2010 21:52:03 +0000 (17:52 -0400)
kalloc.c

index 8c9ff93d3a7befe1f14836678c08140c8fd9c6f8..7653242af3a9dd07d375dc1810d23595c1752b45 100644 (file)
--- 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