ptos/amd64+hal: intr: Add IRQL managmenet
Signed-off-by: Chloe M. <chloe@mensia.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user