aboutsummaryrefslogtreecommitdiff
path: root/include/04.idt/idt02.c
diff options
context:
space:
mode:
Diffstat (limited to 'include/04.idt/idt02.c')
-rw-r--r--include/04.idt/idt02.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/04.idt/idt02.c b/include/04.idt/idt02.c
deleted file mode 100644
index dcab25c..0000000
--- a/include/04.idt/idt02.c
+++ /dev/null
@@ -1,8 +0,0 @@
-struct idt_entry
-{
- uint16_t offset1;
- uint16_t selector;
- uint8_t zero;
- uint8_t type_attr;
- uint16_t offset2;
-} __attribute__((packed));