From fd462b6a01735cc7a14b9cb11c99242c5ed03c03 Mon Sep 17 00:00:00 2001 From: Austin Clements Date: Tue, 31 Aug 2010 17:40:21 -0400 Subject: Got the meat of spinlocks on one spread --- runoff.spec | 1 + 1 file changed, 1 insertion(+) (limited to 'runoff.spec') diff --git a/runoff.spec b/runoff.spec index e4cfd42..46dcc09 100644 --- a/runoff.spec +++ b/runoff.spec @@ -17,6 +17,7 @@ even: main.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, -- cgit v1.2.3 From 87b2099ae44039b119267d41a710a56b4784dbe0 Mon Sep 17 00:00:00 2001 From: Austin Clements Date: Tue, 31 Aug 2010 17:49:47 -0400 Subject: Our proc.c alignment is perfect. Since ksegment/usegment went away, we get a column back, so we get our two action-packed spreads. --- runoff.spec | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'runoff.spec') 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 -- cgit v1.2.3