]> Devi Nivas Git - cs3210-lab0.git/commit
PDF at http://am.lcs.mit.edu/~rsc/xv6.pdf
authorrsc <rsc>
Wed, 22 Aug 2007 06:01:32 +0000 (06:01 +0000)
committerrsc <rsc>
Wed, 22 Aug 2007 06:01:32 +0000 (06:01 +0000)
commiteaea18cb9cbb86018dae8f1decfa217ecbe85fa5
tree98c4a9b852ad9b6aaf16016417cf5eeee0b3857e
parent3dcf889c1b5c2c5ddf5b4756f2a731c344f6f08e
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
25 files changed:
BUGS
bio.c
bootmain.c
defs.h
exec.c
file.c
file.h
fs.c
fsvar.h
main.c
param.h
proc.c
proc.h
runoff.list
runoff.spec
runoff1
sh.c
show1
spinlock.c
sysfile.c
trap.c
trapasm.S
ulib.c
user.h
vectors.pl