Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-07-23 | a few core -> CPU | Robert Morris | 1 | -102/+0 | |
get rid of PDF generating support | |||||
2014-08-29 | Nice layout for a printout of the code | Frans Kaashoek | 1 | -1/+1 | |
2011-09-05 | Note about the meaning of sheet1 in runoff.spec | Austin Clements | 1 | -0/+1 | |
2011-09-02 | Updated runoff spec; everything but ide.c is satisfied | Austin Clements | 1 | -11/+19 | |
2011-02-19 | xv6: formatting, cleanup, rev5 (take 2) | Russ Cox | 1 | -9/+17 | |
2010-09-02 | Get rid of the blank page in picirq.c. It misaligs things now. | Austin Clements | 1 | -0/+2 | |
2010-09-02 | Nits | Austin Clements | 1 | -1/+3 | |
2010-09-02 | Rearrange vm.c so it's in logical order and prints nicely. Shorten a few ↵ | Austin Clements | 1 | -2/+8 | |
functions in uninteresting ways to make them fit. | |||||
2010-09-02 | Rearrange proc.h and proc.c to get our action-packed spreads back (mostly). ↵ | Austin Clements | 1 | -5/+10 | |
They also make sense in this order, so it's not just for page layout. | |||||
2010-09-02 | Re-re-arrange bootasm and bootother. We can't get bootasm and bootmain on ↵ | Austin Clements | 1 | -1/+1 | |
the same page, but this will make them easier to flip between. | |||||
2010-09-02 | I totally misunderstood the even/odd spec. Add some docs, remove my 'left+' ↵ | Austin Clements | 1 | -1/+10 | |
hack, and orthogonalize left/right versus even/odd so you can specify them independently. | |||||
2010-09-02 | Specify in runoff.spec which side sheet 1 is on, since it keeps changing | Austin Clements | 1 | -1/+3 | |
2010-08-31 | Our proc.c alignment is perfect. Since ksegment/usegment went away, we get ↵ | Austin Clements | 1 | -3/+2 | |
a column back, so we get our two action-packed spreads. | |||||
2010-08-31 | Got the meat of spinlocks on one spread | Austin Clements | 1 | -0/+1 | |
2010-08-26 | add vm.c | Frans Kaashoek | 1 | -0/+1 | |
2009-08-08 | shuffle and tweak for formatting. | Russ Cox | 1 | -5/+13 | |
pdf has very good page breaks now. would be a good copy for fall 2009. | |||||
2007-08-28 | nits | rsc | 1 | -1/+1 | |
2007-08-28 | runoff | rsc | 1 | -2/+2 | |
2007-08-22 | PDF at http://am.lcs.mit.edu/~rsc/xv6.pdf | rsc | 1 | -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-14 | formatting | rsc | 1 | -0/+11 | |