diff options
author | Frans Kaashoek <[email protected]> | 2010-08-26 07:51:08 -0400 |
---|---|---|
committer | Frans Kaashoek <[email protected]> | 2010-08-26 07:51:08 -0400 |
commit | d87f51c5a1c5e7a2a3ba111b1052a297f4f96fb0 (patch) | |
tree | 54d5a9bd6ce5ef96a82f54d89ee44216a99e1570 | |
parent | b738a4f1a2dd2956123a734327aeaf9d09b5faca (diff) | |
download | xv6-labs-d87f51c5a1c5e7a2a3ba111b1052a297f4f96fb0.tar.gz xv6-labs-d87f51c5a1c5e7a2a3ba111b1052a297f4f96fb0.tar.bz2 xv6-labs-d87f51c5a1c5e7a2a3ba111b1052a297f4f96fb0.zip |
add vm.c
-rw-r--r-- | runoff.list | 1 | ||||
-rw-r--r-- | runoff.spec | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/runoff.list b/runoff.list index 6bbd386..c469aae 100644 --- a/runoff.list +++ b/runoff.list @@ -21,6 +21,7 @@ spinlock.c proc.h proc.c swtch.S +vm.c kalloc.c # system calls diff --git a/runoff.spec b/runoff.spec index dbd6d5c..e4cfd42 100644 --- a/runoff.spec +++ b/runoff.spec @@ -27,6 +27,7 @@ even: proc.h # mild preference right: proc.c # VERY important # setjmp.S either +# vm.c either # kalloc.c either # syscall.h either |