Fixed disk reading
This commit is contained in:
parent
fae958815f
commit
36ae3ec0b7
6 changed files with 20 additions and 13 deletions
|
@ -45,7 +45,7 @@ int vfs_init(char *root_mountpoint)
|
|||
return 1;
|
||||
}
|
||||
|
||||
size_t vfs_read(char *filename, char *buf)
|
||||
size_t vfs_read(char *filename, char **buf)
|
||||
{
|
||||
if (boot_drive->fs->read == NULL) {
|
||||
debug("vfs_read(): Filesystem didn't set up a read function!");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue