Bienvenido! - Willkommen! - Welcome!

Bitácora Técnica de Tux&Cía., Santa Cruz de la Sierra, BO
Bitácora Central: Tux&Cía.
Bitácora de Información Avanzada: Tux&Cía.-Información
May the source be with you!

Saturday, August 13, 2011

BSOoD parameters

Stop: 0x0000000X (parameter1parameter2parameter3parameter4)
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 (parameter1parameter2parameter3parameter4)
IRQL_NOT_LESS_OR_EQUAL
*** Address x has base at x - filename
In this Stop error message, each parameter is a hexadecimal number that refers to a specific issue:
  • 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.
For example:
STOP 0x0000000A (0xBFD14AAC, 0x000000FF, 0x00000000, 0x8000F67C)
IRQL_NOT_LESS_OR_EQUAL
***Address 8000f67c has base at 80001000 - hal.dll

No comments: