Здравствуйте, artSGTU, Вы писали:
SGT>Когда мой комп начал перегружатся появился синий экран написана: SGT> stop: 0x0000007F(0x0000000D,0x00000000,0x00000000,0x00000000) подскажите что это означает
The UNEXPECTED_KERNEL_MODE_TRAP bug check has value 0x0000007F. This signifies that a trap was generated by the Intel CPU which the kernel did not catch.
This could be either a bound trap (a trap the kernel is not permitted to catch) or a double fault (a fault that occurred while processing an earlier fault, which always results in a system crash).
Parameters:
The first parameter displayed on the blue screen specifies the trap number.
0x0000000D — An exception not covered by some other exception; a protection fault that pertains to access violations for applications.