aboutsummaryrefslogtreecommitdiffstats
path: root/idt.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'idt.hpp')
-rw-r--r--idt.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/idt.hpp b/idt.hpp
index c9092dd..c5e7e47 100644
--- a/idt.hpp
+++ b/idt.hpp
@@ -7,6 +7,7 @@
struct Registers
{
std::uint32_t inum;
+ std::uint32_t ds;
std::uint32_t edi, esi, ebp, esp, ebx, edx, ecx, eax;
std::uint32_t error;
std::uint32_t eip, cs, eflags;