summaryrefslogtreecommitdiff
path: root/runoff.list
AgeCommit message (Collapse)Author
2019-07-23a few core -> CPURobert Morris
get rid of PDF generating support
2019-07-08Update runoff list for producing xv6.pdfFrans Kaashoek
2019-07-01Checkpoint some progress compiling xv6.pdfFrans Kaashoek
2018-10-03don't care about bootloaderFrans Kaashoek
2018-08-30thanks mtasmFrans Kaashoek
2017-08-09Commit to running on an SMP (perhaps with only 1 core). Remove most codeFrans Kaashoek
from picirq.c and remove timer.c completely. Update runoff.list.
2016-09-14Add sleeplock.[ch] to listingFrans Kaashoek
2011-09-02Remove data.S from runoff, tooAustin Clements
2011-09-01Fix layout issues for printed versionFrans Kaashoek
2011-08-15Update list of files to include in printoutFrans Kaashoek
2011-02-19xv6: formatting, cleanup, rev5 (take 2)Russ Cox
2010-09-02Re-re-arrange bootasm and bootother. We can't get bootasm and bootmain on ↵Austin Clements
the same page, but this will make them easier to flip between.
2010-08-31Swap bootmain.c and bootother.S. This puts the whole boot process on one ↵Austin Clements
spread, though it separates the two asm files.
2010-08-31Rebalance TOCAustin Clements
2010-08-30oops ended up with 2x vm.cRobert Morris
2010-08-26Merge commit 'origin/page' into pageFrans Kaashoek
2010-08-26add vm.cFrans Kaashoek
2010-08-05move jkstack to main.cRobert Morris
replace jstack with asm()s
2009-09-15add uart.cSilas Boyd-Wickizer
2009-08-30assorted fixes:Russ Cox
* rename c/cp to cpu/proc * rename cpu.context to cpu.scheduler * fix some comments * formatting for printout
2009-08-08shuffle and tweak for formatting.Russ Cox
pdf has very good page breaks now. would be a good copy for fall 2009.
2009-05-31usys.S: put before init.c, STUB -> SYSCALLrsc
2007-08-28final nitsrsc
2007-08-28replace setjmp/longjmp with swtchrsc
2007-08-28nitsrsc
2007-08-28rename 8253pit.c to timer.crsc
2007-08-28runoffrsc
2007-08-27move mp.h to low-levelrsc
2007-08-27no more ioapic.hrsc
2007-08-22tweaksrsc
2007-08-22PDF at http://am.lcs.mit.edu/~rsc/xv6.pdfrsc
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-14formatting; split kbd constants into kbd.hrsc
2007-08-08add bootmain.c to runoff.listrsc
2006-09-07run without lapic and ioapic, if they are not presentkaashoek
if no lapic available, use 8253pit for clock now xv6 runs both on qemu (uniprocessor) and bochs (uniprocessor and MP)
2006-09-06runoff tweaksrsc
2006-09-06tweakrsc
2006-09-06change sections and order of files in printoutkaashoek
2006-09-05New formatting scripts.rsc
The use/defs extraction in runoff still needs some work for xv6 code style.