diff options
author | Austin Clements <[email protected]> | 2010-08-31 17:40:21 -0400 |
---|---|---|
committer | Austin Clements <[email protected]> | 2010-08-31 17:40:21 -0400 |
commit | fd462b6a01735cc7a14b9cb11c99242c5ed03c03 (patch) | |
tree | 32b4925a3c64f6f503d342505c46534c101cb91e | |
parent | 6a6bf37c3c3dcab6f464d031bf94c56a770b6df6 (diff) | |
download | xv6-labs-fd462b6a01735cc7a14b9cb11c99242c5ed03c03.tar.gz xv6-labs-fd462b6a01735cc7a14b9cb11c99242c5ed03c03.tar.bz2 xv6-labs-fd462b6a01735cc7a14b9cb11c99242c5ed03c03.zip |
Got the meat of spinlocks on one spread
-rw-r--r-- | runoff.spec | 1 |
1 files changed, 1 insertions, 0 deletions
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, |