From 0d290b91117fb0002e247b7a48a38eb40fc48fbd Mon Sep 17 00:00:00 2001 From: Test_User Date: Thu, 5 Jan 2023 03:29:26 -0500 Subject: Add hardware task switching, get rid of software interrupts --- cpu/interrupts/irqt.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 cpu/interrupts/irqt.txt (limited to 'cpu/interrupts/irqt.txt') 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 -- cgit v1.2.3