summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/interrupts.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/interrupts.h b/src/interrupts.h
index 53a1a60..d0a0ab3 100644
--- a/src/interrupts.h
+++ b/src/interrupts.h
@@ -1,4 +1,9 @@
#ifndef INTERRUPTS_H
#define INTERRUPTS_H
+// initialize IDT
+// handle gates
+// assembly trampolines calling C (static) functions
+// later: tasks and stacks, queues
+
#endif // INTERRUPTS_H