should be right?
This commit is contained in:
+6
-3
@@ -8,10 +8,13 @@
|
||||
#define KERNEL_H
|
||||
|
||||
#include "limine.h"
|
||||
|
||||
enum ErrorCodes {
|
||||
ENOMEM,
|
||||
EIO,
|
||||
ENOENT
|
||||
ENOMEM, // No memory
|
||||
EIO, // Input/output error
|
||||
ENOENT, // No entry
|
||||
EBADFD, // Bad file descriptor
|
||||
EMFILE // Too many open files
|
||||
};
|
||||
|
||||
#define CLEAR_INTERRUPTS __asm__ volatile("cli")
|
||||
|
||||
Reference in New Issue
Block a user