diff options
author | Austin Clements <[email protected]> | 2010-08-31 17:52:03 -0400 |
---|---|---|
committer | Austin Clements <[email protected]> | 2010-08-31 17:52:03 -0400 |
commit | 5048762c7e27789a014cc1e74e1002e749c924ce (patch) | |
tree | fef3f0c3c18ac21365c263255e2d63cbca78af24 | |
parent | 87b2099ae44039b119267d41a710a56b4784dbe0 (diff) | |
download | xv6-labs-5048762c7e27789a014cc1e74e1002e749c924ce.tar.gz xv6-labs-5048762c7e27789a014cc1e74e1002e749c924ce.tar.bz2 xv6-labs-5048762c7e27789a014cc1e74e1002e749c924ce.zip |
Page break kalloc.c
-rw-r--r-- | kalloc.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |