diff options
author | Marvin Borner | 2019-09-15 01:13:31 +0200 |
---|---|---|
committer | Marvin Borner | 2019-09-15 01:13:31 +0200 |
commit | 41a2a86fd07134668263cf901706d6c0380173a1 (patch) | |
tree | b878dfb6c7c716fb1cc9f69b812a2598ac012b94 /src/idt/idt.h | |
parent | b84a680c7fd9c461ac00633ceae3ef41b9d287e3 (diff) |
Added interrupt descriptor table and memory setter
Diffstat (limited to 'src/idt/idt.h')
-rw-r--r-- | src/idt/idt.h | 6 |
1 files changed, 6 insertions, 0 deletions
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 |