vfs - kinda good vfs implementation
This commit is contained in:
parent
cfc9159ad9
commit
1e84bcedc9
13 changed files with 3650 additions and 12 deletions
5
kernel/src/fs/hellofs.h
Normal file
5
kernel/src/fs/hellofs.h
Normal file
|
@ -0,0 +1,5 @@
|
|||
#pragma once
|
||||
|
||||
#include <fs/vfs.h>
|
||||
|
||||
fs_t *hellofs_init(void);
|
Loading…
Add table
Add a link
Reference in a new issue