summaryrefslogtreecommitdiffstats
path: root/kernel/const.inc
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy.zurcher@heraeus.com>2015-11-02 11:15:48 +0100
committerJérémy Zurcher <jeremy.zurcher@heraeus.com>2015-11-02 11:15:48 +0100
commitd968266a3be79c449f62fdf6f19b8f8b5344eece (patch)
tree75c3596106e4d7b92a7223adb22f4f6cb5f5f928 /kernel/const.inc
downloados_skeleton-d968266a3be79c449f62fdf6f19b8f8b5344eece.zip
os_skeleton-d968266a3be79c449f62fdf6f19b8f8b5344eece.tar.gz
Initial commit
Diffstat (limited to 'kernel/const.inc')
-rw-r--r--kernel/const.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/kernel/const.inc b/kernel/const.inc
new file mode 100644
index 0000000..17d17d0
--- /dev/null
+++ b/kernel/const.inc
@@ -0,0 +1,3 @@
+; Must match the values of the same constants in gdt.h!
+GDT_KERNEL_CODE_SELECTOR equ 0x08
+GDT_KERNEL_DATA_SELECTOR equ 0x10