Move BootGDT definition to C

This commit is contained in:
2018-02-16 12:38:25 +01:00
parent 3508b182b7
commit 04f2123499
4 changed files with 30 additions and 22 deletions

View File

@@ -1,6 +0,0 @@
#pragma once
#define GDT_CODE (3<<11)
#define GDT_DPL(lvl) ((lvl)<<13)
#define GDT_PRESENT (1<<15)
#define GDT_LONG (1<<21)