diff options
author | Austin Clements <[email protected]> | 2010-08-31 17:49:47 -0400 |
---|---|---|
committer | Austin Clements <[email protected]> | 2010-08-31 17:49:47 -0400 |
commit | 87b2099ae44039b119267d41a710a56b4784dbe0 (patch) | |
tree | 098d1320d111ebd90810da6b02a6e8152cf3d1b4 | |
parent | 13b3f4d2e32eee81ba039ad3c6a6c97bfc9d4638 (diff) | |
download | xv6-labs-87b2099ae44039b119267d41a710a56b4784dbe0.tar.gz xv6-labs-87b2099ae44039b119267d41a710a56b4784dbe0.tar.bz2 xv6-labs-87b2099ae44039b119267d41a710a56b4784dbe0.zip |
Our proc.c alignment is perfect. Since ksegment/usegment went away, we get a column back, so we get our two action-packed spreads.
-rw-r--r-- | runoff.spec | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/runoff.spec b/runoff.spec index 46dcc09..e6f5a95 100644 --- a/runoff.spec +++ b/runoff.spec @@ -16,16 +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 |