This commit is contained in:
Frans Kaashoek 2010-08-26 07:51:08 -04:00
parent b738a4f1a2
commit d87f51c5a1
2 changed files with 2 additions and 0 deletions

View file

@ -21,6 +21,7 @@ spinlock.c
proc.h proc.h
proc.c proc.c
swtch.S swtch.S
vm.c
kalloc.c kalloc.c
# system calls # system calls

View file

@ -27,6 +27,7 @@ even: proc.h # mild preference
right: proc.c # VERY important right: proc.c # VERY important
# setjmp.S either # setjmp.S either
# vm.c either
# kalloc.c either # kalloc.c either
# syscall.h either # syscall.h either