summaryrefslogtreecommitdiff
path: root/dev.h
AgeCommit message (Collapse)AuthorFilesLines
2009-08-08shuffle and tweak for formatting.Russ Cox1-8/+0
pdf has very good page breaks now. would be a good copy for fall 2009.
2007-08-28Change dev read/write functionsrsc1-2/+2
to take inode* instead of minor number. Unlock console inode during console_read and console_write. Otherwise background processes cannot write to console while the shell is reading it waiting for input.
2006-09-07remove _ prefixesrsc1-4/+2
2006-09-06standardize various * conventionsrsc1-3/+3
2006-08-11init creates console, opens 0/1/2, runs shrtm1-2/+2
sh accepts 0-argument commands (like userfs) reads from console
2006-08-09devswkaashoek1-0/+10
checkpoint: write(fd,"hello\n",6) where fd is a console dev almost works