Skip to content

Commit

Permalink
Put filewrite in its own column
Browse files Browse the repository at this point in the history
  • Loading branch information
Austin Clements committed Sep 2, 2011
1 parent 7d9ee3b commit e76dab4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions file.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e76dab4

Please sign in to comment.