diff options
author | Russ Cox <[email protected]> | 2009-08-08 01:07:30 -0700 |
---|---|---|
committer | Russ Cox <[email protected]> | 2009-08-08 01:07:30 -0700 |
commit | 0aef8914959af9e472852611eb6352c211093d35 (patch) | |
tree | 0658cf47dcb134b79e5311209c2a2840d1a79650 /runoff.spec | |
parent | b3bebfce8a790975ba941d346e6bcff1b5afecf9 (diff) | |
download | xv6-labs-0aef8914959af9e472852611eb6352c211093d35.tar.gz xv6-labs-0aef8914959af9e472852611eb6352c211093d35.tar.bz2 xv6-labs-0aef8914959af9e472852611eb6352c211093d35.zip |
shuffle and tweak for formatting.
pdf has very good page breaks now.
would be a good copy for fall 2009.
Diffstat (limited to 'runoff.spec')
-rw-r--r-- | runoff.spec | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/runoff.spec b/runoff.spec index 76ecb73..dbd6d5c 100644 --- a/runoff.spec +++ b/runoff.spec @@ -12,20 +12,27 @@ even: bootother.S # mild preference # bootmain.c either even: main.c # mp.c don't care at all -even: initcode.S -odd: init.c +# even: initcode.S +# odd: init.c # spinlock.h either # spinlock.c either even: proc.h # mild preference -even: proc.c # VERY important + +# goal is to have two action-packed 2-page spreads, +# one with +# ksegment usegment allocproc userinit growproc fork +# and another with +# scheduler sched yield forkret sleep wakeup1 wakeup +right: proc.c # VERY important + # setjmp.S either # kalloc.c either # syscall.h either # trapasm.S either # traps.h either -even: trap.c # important +# even: trap.c # vectors.pl either # syscall.c either # sysproc.c either @@ -37,7 +44,7 @@ even: trap.c # important # file.h either # fs.h either # fsvar.h either -# even: ide.c +left: ide.c # odd: bio.c odd: fs.c # VERY important # file.c either @@ -46,5 +53,6 @@ odd: fs.c # VERY important # even: pipe.c # mild preference # string.c either +left: kbd.h even: console.c odd: sh.c |