OSDev.org
https://forum.osdev.org/

Blue Screen Of Death
https://forum.osdev.org/viewtopic.php?f=11&t=12296
Page 1 of 1

Author:  kataklinger [ Sun Nov 26, 2006 6:52 pm ]
Post subject:  Blue Screen Of Death

Are you tierd of waiting BSoD to show up? Take back control of your system and BSoD! Get BSod at any time you want in 4 easy steps:

Ofcourse remeber to turn off automatic restart, to enjoy the beauty! ;)

1) open regedit
2) in registry key[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\i8042prt\Parameters] add value "CrashOnCtrlScroll"=dword:00000001
3) reboot
4) press RIGHT CTRL + SCROLL LOCK + SCROLL LOCK

Or in IE type about:mozilla (may not work on SP2).

Hope this was interesanting!
Anyone know more of this tricks?

Author:  Midas [ Mon Nov 27, 2006 9:32 am ]
Post subject: 

Now why on earth is there a registry key to enable a manual BSOD? For debugging the BSOD itself, I guess... but still it seems a slightly odd thing to leave in RTM code.

Author:  kataklinger [ Mon Nov 27, 2006 11:21 am ]
Post subject: 

Midas wrote:
Now why on earth is there a registry key to enable a manual BSOD? For debugging the BSOD itself, I guess... but still it seems a slightly odd thing to leave in RTM code.


Yes, it's for debugging. During blue screen, system dumps memory to harddisk (in windows folder), so it could be useful dor debugging, or stealing information :)

Author:  Midas [ Tue Nov 28, 2006 10:11 am ]
Post subject: 

kataklinger wrote:
Midas wrote:
Now why on earth is there a registry key to enable a manual BSOD? For debugging the BSOD itself, I guess... but still it seems a slightly odd thing to leave in RTM code.


Yes, it's for debugging. During blue screen, system dumps memory to harddisk (in windows folder), so it could be useful dor debugging, or stealing information :)


Thanks. :) But I think one of us (possibly me) is misunderstanding the other. I know what a BSOD is - it just seemed an odd thing to want to cause the computer to crash - unless, of course, you wanted to debug the error reporting system (as I said). In the case that it was for debugging, why leave it in the release-to-market code?

Author:  kataklinger [ Tue Nov 28, 2006 1:11 pm ]
Post subject: 

Who know 8)

Author:  Phoenix [ Tue Nov 28, 2006 7:03 pm ]
Post subject: 

Well, If you want BSOD, MS have anohter "approved" solution
Dump Swicth ! :)
Here take a look
http://www.microsoft.com/whdc/system/CEC/dmpsw.mspx

Author:  spix [ Wed Nov 29, 2006 6:19 am ]
Post subject: 

Quote:
Well, If you want BSOD, MS have anohter "approved" solution
Dump Swicth !


I've got an ISA card dump switch, it came from an old NCR server, I thought it was just for NCR's UNIX that was installed. Has AT&T copywrite printed on the board.

It would be a really useful thing for OS developing I think.

Andrew

Page 1 of 1 All times are UTC - 6 hours
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/