diff options
Diffstat (limited to 'kernel/const.inc')
-rw-r--r-- | kernel/const.inc | 3 |
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 |