diff options
author | Austin Clements <[email protected]> | 2010-08-31 21:49:49 -0400 |
---|---|---|
committer | Austin Clements <[email protected]> | 2010-08-31 21:49:49 -0400 |
commit | dd645ef11911596d73d128c1da53579678c56aee (patch) | |
tree | 1a2f65aa805829a21c8d65460180a14c385ac005 /README | |
parent | 5048762c7e27789a014cc1e74e1002e749c924ce (diff) | |
download | xv6-labs-dd645ef11911596d73d128c1da53579678c56aee.tar.gz xv6-labs-dd645ef11911596d73d128c1da53579678c56aee.tar.bz2 xv6-labs-dd645ef11911596d73d128c1da53579678c56aee.zip |
Cleanup if allocuvm fails to alloc. Add a test.
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -20,8 +20,8 @@ The following people made contributions: Cliff Frey (MP) Xiao Yu (MP) -In addition, we are grateful for the patches submitted by Greg Price, -Yandong Mao, and Hitoshi Mitake. +In addition, we are grateful for the patches contributed by Greg +Price, Yandong Mao, and Hitoshi Mitake. The code in the files that constitute xv6 is Copyright 2006-2007 Frans Kaashoek, Robert Morris, and Russ Cox. |