forked from Piraterna/aurix
Fixed disk reading
This commit is contained in:
parent
fae958815f
commit
36ae3ec0b7
6 changed files with 20 additions and 13 deletions
|
@ -31,7 +31,9 @@ void axboot_init()
|
|||
|
||||
// read kernel -> test read
|
||||
char *buffer = NULL;
|
||||
vfs_read("\\System\\axkrnl", buffer);
|
||||
vfs_read("\\System\\axkrnl", &buffer);
|
||||
|
||||
// TODO: Do something with the kernel :p
|
||||
|
||||
mem_free(buffer);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue