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.h
|
||||||
proc.c
|
proc.c
|
||||||
swtch.S
|
swtch.S
|
||||||
|
vm.c
|
||||||
kalloc.c
|
kalloc.c
|
||||||
|
|
||||||
# system calls
|
# system calls
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue