summaryrefslogtreecommitdiff
path: root/kernel/gdt.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/gdt.h')
-rw-r--r--kernel/gdt.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/kernel/gdt.h b/kernel/gdt.h
deleted file mode 100644
index 9e5a6a5..0000000
--- a/kernel/gdt.h
+++ /dev/null
@@ -1,15 +0,0 @@
-#pragma once
-
-enum {
- SEG_null,
- // order dictated by SYSENTER
- SEG_r0code,
- SEG_r0data,
- SEG_r3code,
- SEG_r3data,
- SEG_TSS,
-
- SEG_end
-};
-
-void gdt_init();