sys_read/open/close
This commit is contained in:
+2
-1
@@ -14,7 +14,8 @@ enum ErrorCodes {
|
||||
EIO, // Input/output error
|
||||
ENOENT, // No entry
|
||||
EBADFD, // Bad file descriptor
|
||||
EMFILE // Too many open files
|
||||
EMFILE, // Too many open files
|
||||
EINVAL // Invalid argument
|
||||
};
|
||||
|
||||
#define CLEAR_INTERRUPTS __asm__ volatile("cli")
|
||||
|
||||
Reference in New Issue
Block a user