NeoWin have found a tiny c program that can crash or reboot Windows XP!? LOL.
If the following code is excuted on Win2k or XP, Win2k or XP crashes or rebooted. On Windows 98, nothing happens.
#include
int main( void )
{
for( ;; ){
printf( "hung up " );
}
return 0;
}
Masaru Tsuchiyama
If the following code is excuted on Win2k or XP, Win2k or XP crashes or rebooted. On Windows 98, nothing happens.
#include
int main( void )
{
for( ;; ){
printf( "hung up " );
}
return 0;
}
Masaru Tsuchiyama