From 41a2a86fd07134668263cf901706d6c0380173a1 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sun, 15 Sep 2019 01:13:31 +0200 Subject: Added interrupt descriptor table and memory setter --- src/idt/idt.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/idt/idt.h (limited to 'src/idt/idt.h') diff --git a/src/idt/idt.h b/src/idt/idt.h new file mode 100644 index 0000000..6a68e86 --- /dev/null +++ b/src/idt/idt.h @@ -0,0 +1,6 @@ +#ifndef MELVIX_IDT_H +#define MELVIX_IDT_H + +void idt_install(); + +#endif -- cgit v1.2.3