summaryrefslogtreecommitdiff
path: root/runoff.spec
diff options
context:
space:
mode:
authorAustin Clements <[email protected]>2010-09-02 16:23:15 -0400
committerAustin Clements <[email protected]>2010-09-02 16:23:15 -0400
commitf25a3f9a41de02116c39b0e65243d111e1cb1026 (patch)
tree3915c51771bef02643859e81e4263149f5b2ab3b /runoff.spec
parentf53e6110bed159c8541c6e0d2fc1b1ffac2d141a (diff)
downloadxv6-labs-f25a3f9a41de02116c39b0e65243d111e1cb1026.tar.gz
xv6-labs-f25a3f9a41de02116c39b0e65243d111e1cb1026.tar.bz2
xv6-labs-f25a3f9a41de02116c39b0e65243d111e1cb1026.zip
Rearrange vm.c so it's in logical order and prints nicely. Shorten a few functions in uninteresting ways to make them fit.
Diffstat (limited to 'runoff.spec')
-rw-r--r--runoff.spec10
1 files changed, 8 insertions, 2 deletions
diff --git a/runoff.spec b/runoff.spec
index 9d87528..d5b5334 100644
--- a/runoff.spec
+++ b/runoff.spec
@@ -42,8 +42,14 @@ odd: proc.h
left: proc.c # VERY important
odd: proc.c # VERY important
-# setjmp.S either
-# vm.c either
+# A few more action packed spreads
+# 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
# syscall.h either