feat: start vfs impl

This commit is contained in:
2021-10-23 17:35:50 +03:00
parent ad7406a993
commit 65fc4bc4fe
8 changed files with 429 additions and 0 deletions
+1
View File
@@ -8,4 +8,5 @@ pub enum Errno {
OutOfMemory,
WouldBlock,
AlreadyExists,
NotImplemented,
}