multikernel
multikernel copied to clipboard
[fs] VFS Server
Description
We should introduce a Virtual File System Server with the following operations:
- [x]
file_open()
(b3beb6eb51ef2163a3285e5b76dd0f176f9ac01c) - [ ]
file_create()
- [ ]
file_unlink
- [ ]
file_chown()
- [ ]
file_chmod()
- [x]
file_read()
(b3beb6eb51ef2163a3285e5b76dd0f176f9ac01c) - [x]
file_write()
(b3beb6eb51ef2163a3285e5b76dd0f176f9ac01c)