From: Austin Clements Date: Fri, 2 Sep 2011 19:35:34 +0000 (-0400) Subject: Put filewrite in its own column X-Git-Url: https://git.devinivas.org/?a=commitdiff_plain;h=e76dab4fd7c30dd97260a554880ad8728fdc1b33;p=cs3210-lab0.git Put filewrite in its own column --- diff --git a/file.c b/file.c index f28365e..3fd2cbe 100644 --- a/file.c +++ b/file.c @@ -107,6 +107,7 @@ fileread(struct file *f, char *addr, int n) panic("fileread"); } +//PAGEBREAK! // Write to file f. Addr is kernel address. int filewrite(struct file *f, char *addr, int n)