提交 f25a3f9a 创建 作者: Austin Clements's avatar Austin Clements

Rearrange vm.c so it's in logical order and prints nicely. Shorten a few…

Rearrange vm.c so it's in logical order and prints nicely. Shorten a few functions in uninteresting ways to make them fit.
上级 f53e6110
...@@ -42,8 +42,14 @@ odd: proc.h ...@@ -42,8 +42,14 @@ odd: proc.h
left: proc.c # VERY important left: proc.c # VERY important
odd: proc.c # VERY important odd: proc.c # VERY important
# setjmp.S either # A few more action packed spreads
# vm.c either # page table creation and process loading
# walkpgdir mappages setupkvm vmenable switch[ku]vm inituvm loaduvm
# process memory management
# allocuvm deallocuvm freevm
right: vm.c
odd: vm.c
# kalloc.c either # kalloc.c either
# syscall.h either # syscall.h either
......
差异被折叠。
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论