Commit Graph

9 Commits

Author SHA1 Message Date
rsc e97519a6d2 sync with c; .text is implied 2009-05-31 01:00:38 +00:00
kolya 0159c8bb94 trap 9 does not push ec: fix from Greg Price <price@mit.edu> 2008-09-24 18:20:56 +00: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 f552738889 no /* */ comments 2006-09-06 17:50:20 +00:00
rsc a650c606fe spacing fixes: no tabs, 2-space indents (for rtm) 2006-09-06 17:04:06 +00:00
rtm 2aa4c3bc29 complain if no disk 1
lots of cleanup
2006-08-30 18:55:06 +00:00
rsc 4763a042c8 add minimal comments to generator vector table 2006-07-16 15:38:56 +00:00
rtm cb83c71628 fix some trap bugs 2006-06-13 22:08:20 +00:00
rtm 0a70d042d0 more or less take traps/interrupts 2006-06-13 15:50:06 +00:00