diff options
author | Austin Clements <[email protected]> | 2010-09-02 16:23:15 -0400 |
---|---|---|
committer | Austin Clements <[email protected]> | 2010-09-02 16:23:15 -0400 |
commit | f25a3f9a41de02116c39b0e65243d111e1cb1026 (patch) | |
tree | 3915c51771bef02643859e81e4263149f5b2ab3b /runoff.spec | |
parent | f53e6110bed159c8541c6e0d2fc1b1ffac2d141a (diff) | |
download | xv6-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.spec | 10 |
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 |