stos/amd64: intr: Add IRQL management

Signed-off-by: Chloe M. <chloe@mensia.org>
This commit is contained in:
Chloe M.
2026-06-23 22:01:52 +00:00
parent 22beed638d
commit 114cc434d2
4 changed files with 88 additions and 2 deletions
+3 -1
View File
@@ -22,7 +22,9 @@ static const CHAR *ReasonTable[] = {
[KNOT_UNBOUND_RSRC] = "unbounded resource",
[KNOT_BAD_BOOT_PROTO] = "bad boot protocol",
[KNOT_OOM] = "out of memory",
[KNOT_EXCEPTION] = "fatal exception"
[KNOT_EXCEPTION] = "fatal exception",
[IRQL_NOT_LTE] = "irql not less than or equal",
[IRQL_NOT_GTE] = "irql not greater than or equal"
};
/* Globals */