summaryrefslogtreecommitdiff
path: root/runoff.spec
diff options
context:
space:
mode:
authorRobert Morris <[email protected]>2010-08-31 19:21:52 -0400
committerRobert Morris <[email protected]>2010-08-31 19:21:52 -0400
commit23c3e52c2fb5f1709bf5053a8e93161931b56bf9 (patch)
treecb51f605a35de8980efce5dcab3e5df9757c022a /runoff.spec
parent3597d5dc704c192a85b9902f7264fe9025aad277 (diff)
parent5048762c7e27789a014cc1e74e1002e749c924ce (diff)
downloadxv6-labs-23c3e52c2fb5f1709bf5053a8e93161931b56bf9.tar.gz
xv6-labs-23c3e52c2fb5f1709bf5053a8e93161931b56bf9.tar.bz2
xv6-labs-23c3e52c2fb5f1709bf5053a8e93161931b56bf9.zip
Merge branch 'master' of git+ssh://amsterdam.csail.mit.edu/home/am0/6.828/xv6
Diffstat (limited to 'runoff.spec')
-rw-r--r--runoff.spec6
1 files changed, 3 insertions, 3 deletions
diff --git a/runoff.spec b/runoff.spec
index e4cfd42..e6f5a95 100644
--- a/runoff.spec
+++ b/runoff.spec
@@ -16,15 +16,15 @@ even: main.c
# odd: init.c
# spinlock.h either
-# spinlock.c either
+right: spinlock.c # mild preference
even: proc.h # mild preference
# goal is to have two action-packed 2-page spreads,
# one with
-# ksegment usegment allocproc userinit growproc fork
+# allocproc userinit growproc fork
# and another with
# scheduler sched yield forkret sleep wakeup1 wakeup
-right: proc.c # VERY important
+right+: proc.c # VERY important
# setjmp.S either
# vm.c either