A problem has been detected and windows has been shut down to prevent damag to your computer
IRQL_NOT_LESS_OR_EQUAL
If this the first time you've seen this stop error screen, restart your computer/ If this screen appears again, follow
these steps:
Check to make sure any new hardware or software is properly installed.
If this is a new installation, ask your hardware or software manufacturer
for any windows updates you might need.
If problems continue? disable or remove any newly installed hardware
or software. Disable Bios memory options such as caching or shadowling.
If you need to use safe mode to remove or disable components, restart
your computer, press F8 to select Advanced Startup Options, and then
select safe mode.
Technical information:
*** STOP: 0x0000000A (0x00000016, 0x0000001C, 0x00000000, 0x804E105A)
Beginning dump of pysical memory
Physical memory dump complete.
Contact your system administrator or technical support group for further
assistance.
Вот собственно говоря сняли на видео я и перепечатал...
Buzurul добавил :
Вот что нашел
0x0000001C: PFN_REFERENCE_COUNT
0x00000016: CID_HANDLE_CREATION
0x0000000A: IRQL_NOT_LESS_OR_EQUAL
Была сделана попытка затронуть виртуальную память на внутреннем процессе IRQ уровня, который слишком высок. Если kernel debugger доступен, вы можете отследить, где именно система запнулась.
Наиболее частая причина возникновения - драйвер устройства использует неверный адрес.
Параметры:
1 - адрес, по которому выполнено ошибочное обращение
2 - IRQL, который использовалcя для обращения к памяти
3 - тип доступа к памяти: 0 = операция чтения, 1 = операция записи
4 - адрес инструкции, которая затребовала доступ к памяти по адресу
Прим: Имейте ввиду, что эта ошибка возникает в 99% из-за "кривых" драйверов. Некоторые из них в Windows XP вы можете обнаружить используя утилиту verifier.exe: Start (Пуск) -> Run (Выполнить) -> verifier.exe