summaryrefslogtreecommitdiff
path: root/cpu/interrupts/software/idt.txt
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/interrupts/software/idt.txt')
-rw-r--r--cpu/interrupts/software/idt.txt11
1 files changed, 0 insertions, 11 deletions
diff --git a/cpu/interrupts/software/idt.txt b/cpu/interrupts/software/idt.txt
deleted file mode 100644
index 7488808..0000000
--- a/cpu/interrupts/software/idt.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-Each entry is n*2 bits long, where n is the current mode in bits
-TODO: Specify a limit for them
-
-It uses the following format:
- (higher address)
- +--------------------------------+
- | Pointer to executable code run |
- +--------------------------------+
- | Privileges required for usage |
- +--------------------------------+
- (lower address)