]> Devi Nivas Git - cs3210-lab1.git/commit
Change dev read/write functions
authorrsc <rsc>
Tue, 28 Aug 2007 17:49:49 +0000 (17:49 +0000)
committerrsc <rsc>
Tue, 28 Aug 2007 17:49:49 +0000 (17:49 +0000)
commitd844f0f9d955d9ddb2cb4cda1b0e544e7f9ed6ce
treedfb99c1e69fc384575852d3be10631889128028a
parente3f271e88092683d1d1866ccffffce8528698f48
Change dev read/write functions
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.
console.c
dev.h
fs.c