GDT finally works
This commit is contained in:
@ -1,12 +0,0 @@
|
||||
#ifndef ERRORS_H_
|
||||
#define ERRORS_H_
|
||||
|
||||
#include <types.h>
|
||||
|
||||
#define E_OK 0
|
||||
|
||||
typedef int32 Error;
|
||||
|
||||
#define E_ISOK(e) ((e) == (E_OK))
|
||||
|
||||
#endif // ERRORS_H_
|
Reference in New Issue
Block a user