Source
Parameter 1 – The address of memory that was incorrectly accessed
Parameter 2 – The interrupt request level (IRQL) that was required
Parameter 3 – The type of operation, read-0, write-1
Parameter 4 – The address of the instruction itself
Stop: 0x0000000X (parameter1, parameter2, parameter3, parameter4)
IRQL_NOT_LESS_OR_EQUAL
*** Address x has base at x - filename
IRQL_NOT_LESS_OR_EQUAL
*** Address x has base at x - filename
- Parameter 1 - An address that was referenced incorrectly.
- Parameter 2 - An IRQL that was required to access the memory.
- Parameter 3 - The type of access, where 0 is a read operation and 1 is a write operation.
- Parameter 4 - The address of the instruction that referenced memory in parameter 1.
STOP 0x0000000A (0xBFD14AAC, 0x000000FF, 0x00000000, 0x8000F67C)
IRQL_NOT_LESS_OR_EQUAL
***Address 8000f67c has base at 80001000 - hal.dll
IRQL_NOT_LESS_OR_EQUAL
***Address 8000f67c has base at 80001000 - hal.dll
No comments:
Post a Comment