aboutsummaryrefslogtreecommitdiff
path: root/src/gdt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gdt.h')
-rw-r--r--src/gdt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gdt.h b/src/gdt.h
index a86a14f..bb7181b 100644
--- a/src/gdt.h
+++ b/src/gdt.h
@@ -30,6 +30,8 @@ public:
GDT();
~GDT() = default;
+ uint16_t codeDescriptor() const;
+
struct Pointer {
uint16_t limit;
uint32_t base;