Put filewrite in its own column
This commit is contained in:
parent
7d9ee3b833
commit
e76dab4fd7
1 changed files with 1 additions and 0 deletions
1
file.c
1
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)
|
||||
|
|
Loading…
Reference in a new issue