summaryrefslogtreecommitdiff
path: root/traps.h
diff options
context:
space:
mode:
Diffstat (limited to 'traps.h')
-rw-r--r--traps.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/traps.h b/traps.h
index 732d8e0..d4a6a3a 100644
--- a/traps.h
+++ b/traps.h
@@ -1,4 +1,6 @@
-// system defined:
+// x86 trap and interrupt constants.
+
+// Processor-defined:
#define T_DIVIDE 0 // divide error
#define T_DEBUG 1 // debug exception
#define T_NMI 2 // non-maskable interrupt