Commit Graph

8 Commits

Author SHA1 Message Date
Russ Cox cf4b1ad90b xv6: formatting, cleanup, rev5 (take 2) 2011-02-19 21:17:55 -05:00
Russ Cox fd8e368101 remove //DOC in the right place 2009-07-12 19:07:30 -07:00
Russ Cox 4ed996f552 strip //DOC comments during printing 2009-07-12 18:56:00 -07:00
rsc eaea18cb9c PDF at http://am.lcs.mit.edu/~rsc/xv6.pdf
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-22 06:01:32 +00:00
rsc 8908cc9b15 correct line numbers 2007-08-10 17:45:14 +00:00
rsc fb6ddf3ea2 tweaks 2006-09-08 14:40:59 +00:00
rsc ab299eb39a can break after }; too 2006-09-08 14:19:30 +00:00
rsc ec5783cbd2 runoff changes 2006-09-08 13:53:18 +00:00