multikernel icon indicating copy to clipboard operation
multikernel copied to clipboard

[fs] VFS Server

Open ppenna opened this issue 4 years ago • 0 comments

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)

ppenna avatar May 07 '20 18:05 ppenna