summaryrefslogtreecommitdiff
path: root/runoff.spec
AgeCommit message (Collapse)AuthorFilesLines
2019-07-23a few core -> CPURobert Morris1-102/+0
get rid of PDF generating support
2014-08-29Nice layout for a printout of the codeFrans Kaashoek1-1/+1
2011-09-05Note about the meaning of sheet1 in runoff.specAustin Clements1-0/+1
2011-09-02Updated runoff spec; everything but ide.c is satisfiedAustin Clements1-11/+19
2011-02-19xv6: formatting, cleanup, rev5 (take 2)Russ Cox1-9/+17
2010-09-02Get rid of the blank page in picirq.c. It misaligs things now.Austin Clements1-0/+2
2010-09-02NitsAustin Clements1-1/+3
2010-09-02Rearrange vm.c so it's in logical order and prints nicely. Shorten a few ↵Austin Clements1-2/+8
functions in uninteresting ways to make them fit.
2010-09-02Rearrange proc.h and proc.c to get our action-packed spreads back (mostly). ↵Austin Clements1-5/+10
They also make sense in this order, so it's not just for page layout.
2010-09-02Re-re-arrange bootasm and bootother. We can't get bootasm and bootmain on ↵Austin Clements1-1/+1
the same page, but this will make them easier to flip between.
2010-09-02I totally misunderstood the even/odd spec. Add some docs, remove my 'left+' ↵Austin Clements1-1/+10
hack, and orthogonalize left/right versus even/odd so you can specify them independently.
2010-09-02Specify in runoff.spec which side sheet 1 is on, since it keeps changingAustin Clements1-1/+3
2010-08-31Our proc.c alignment is perfect. Since ksegment/usegment went away, we get ↵Austin Clements1-3/+2
a column back, so we get our two action-packed spreads.
2010-08-31Got the meat of spinlocks on one spreadAustin Clements1-0/+1
2010-08-26add vm.cFrans Kaashoek1-0/+1
2009-08-08shuffle and tweak for formatting.Russ Cox1-5/+13
pdf has very good page breaks now. would be a good copy for fall 2009.
2007-08-28nitsrsc1-1/+1
2007-08-28runoffrsc1-2/+2
2007-08-22PDF at http://am.lcs.mit.edu/~rsc/xv6.pdfrsc1-10/+49
Various changes made while offline. + bwrite sector argument is redundant; use b->sector. + reformatting of files for nicer PDF page breaks + distinguish between locked, unlocked inodes in type signatures + change FD_FILE to FD_INODE + move userinit (nee proc0init) to proc.c + move ROOTDEV to param.h + always parenthesize sizeof argument
2007-08-14formattingrsc1-0/+11