diff --git a/file.c b/file.c index f28365e4fd73507dd71934d06792f3927b3d743d..3fd2cbe9c3a3087d81a56de6b31c9bd300bf8f52 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)