VFS mount/umount + sys_open/close/read/fake write
This commit is contained in:
+7
-1
@@ -10,7 +10,13 @@
|
||||
#include "limine.h"
|
||||
enum ErrorCodes {
|
||||
ENOMEM,
|
||||
EIO
|
||||
EIO,
|
||||
EINVAL,
|
||||
ENOENT,
|
||||
EFAULT,
|
||||
EBADF,
|
||||
EBUSY,
|
||||
ENOSYS
|
||||
};
|
||||
|
||||
#define CLEAR_INTERRUPTS __asm__ volatile("cli")
|
||||
|
||||
Reference in New Issue
Block a user