summaryrefslogtreecommitdiff
path: root/cpu/interrupts/irqt.txt
diff options
context:
space:
mode:
authorTest_User <hax@andrewyu.org>2023-01-05 03:29:26 -0500
committerTest_User <hax@andrewyu.org>2023-01-05 03:29:26 -0500
commit0d290b91117fb0002e247b7a48a38eb40fc48fbd (patch)
tree5e36c882826194853835c1d1fc056bcbe7f01717 /cpu/interrupts/irqt.txt
parentb0ca4d17f93970881edf05f3cff206d47b7fa564 (diff)
downloadspecification-0d290b91117fb0002e247b7a48a38eb40fc48fbd.tar.gz
specification-0d290b91117fb0002e247b7a48a38eb40fc48fbd.zip
Add hardware task switching, get rid of software interrupts
Diffstat (limited to 'cpu/interrupts/irqt.txt')
-rw-r--r--cpu/interrupts/irqt.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpu/interrupts/irqt.txt b/cpu/interrupts/irqt.txt
new file mode 100644
index 0000000..f1f5792
--- /dev/null
+++ b/cpu/interrupts/irqt.txt
@@ -0,0 +1,4 @@
+Each entry is n bits long, where n is the current mode in bits
+TODO: Specify a limit for them
+
+Each entry is a pointer to the code to be executed