xv6

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit d87f51c5a1c5e7a2a3ba111b1052a297f4f96fb0
parent b738a4f1a2dd2956123a734327aeaf9d09b5faca
Author: Frans Kaashoek <kaashoek@Frans-Kaashoeks-MacBook-Pro.local>
Date:   Thu, 26 Aug 2010 07:51:08 -0400

add vm.c

Diffstat:
Mrunoff.list | 1+
Mrunoff.spec | 1+
2 files changed, 2 insertions(+), 0 deletions(-)

diff --git 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 @@ -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