add vm.c
This commit is contained in:
parent
b738a4f1a2
commit
d87f51c5a1
2 changed files with 2 additions and 0 deletions
|
@ -21,6 +21,7 @@ spinlock.c
|
|||
proc.h
|
||||
proc.c
|
||||
swtch.S
|
||||
vm.c
|
||||
kalloc.c
|
||||
|
||||
# system calls
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue