ptos/amd64+hal: intr: Add IRQL managmenet

Signed-off-by: Chloe M. <chloe@mensia.org>
This commit is contained in:
2026-07-13 03:54:22 +00:00
parent b1f30e1f72
commit 2081b15219
4 changed files with 88 additions and 2 deletions
+3 -1
View File
@@ -36,7 +36,9 @@ static CHAR *ReasonTable[] = {
[BUGCHECK_OOM] = "out of memory",
[BUGCHECK_IO_ERROR] = "i/o error",
[BUGCHECK_UNBOUND_RESRC] = "unbounded resource",
[BUGCHECK_EXCEPTION] = "fatal exception"
[BUGCHECK_EXCEPTION] = "fatal exception",
[BUGCHECK_IRQL_NOT_GTE] = "irql not greater than or equal",
[BUGCHECK_IRQL_NOT_LTE] = "irql not less than or equal"
};
VOID