diff options
Diffstat (limited to 'src/inc/load.h')
-rw-r--r-- | src/inc/load.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/inc/load.h b/src/inc/load.h index 697248e..60fecf9 100644 --- a/src/inc/load.h +++ b/src/inc/load.h @@ -5,12 +5,6 @@ #include <proc.h> -#define EFLAGS_ALWAYS 0x2 // Always one -#define EFLAGS_INTERRUPTS 0x200 // Enable interrupts - -#define GDT_DATA_OFFSET 0x10 // Data segment offset in GDT -#define GDT_CODE_OFFSET 0x8 // Code segment offset in GDT - void bin_load(char *path, struct proc *proc); #endif |