CSS 윈도우 7 블루스크린

1 개요[ | ]

CSS 윈도우 7 블루스크린
<style>
  pre {
    width: 640px; height: 480px;
    font: 14px consolas;
    line-height: 100%;
    background: blue; color: white;
    white-space: pre-wrap; word-break: break-all;
  }
</style>
<pre>

A problem has been detected and windows has been shut down to prevent damage
to your computer.

IRQL_NOT_LESS_OR_EQUAL

If this is 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 problem continue, disable or remove any newly installed hardware
or software. Disable BIOS memory options such as caching or shadowing.
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 (0xFFFFFA7FFFFCCF0,0x0000000000000002,0x0000000000000001,0xFFFFF800030E0E8E)  
</pre>

2 같이 보기[ | ]

3 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}