kilowatt
mach-o mach-o man
This is in the mac thread caus it doesn't work on a mac and is thus a piece of mac vs xp information.
which most mac readers will find humor in.
http://www.zappadoodle.com/ has the following bit of code wich will crash3burn any xp box if compiled with the right compilers.
Here's the code:
to make this on osx:
enjoy!
ps what is http://www.yourmaclife.com ?
EDIT: disabled smilies in post
BTW, make sure to check out that web site - you can even create text files with qbasic to see this!
which most mac readers will find humor in.
http://www.zappadoodle.com/ has the following bit of code wich will crash3burn any xp box if compiled with the right compilers.
Here's the code:
Code:
main () {
for (;;) {
printf ("Hung up\t\b\b\b\b\b\b") ;
}
}
Code:
cd ~
mkdir crashtest
cd crashtest
cat > crashme.c
main () {
for (;;) {
printf ("Hung up\t\b\b\b\b\b\b") ;
}
}
[i]control-d[/i]
cc crashme.c
chmod 775 crashme.c
./crashme.c
[i]press control-\ when you are satisfied
that mac os x will not crash from this stupidity[/i]
enjoy!
ps what is http://www.yourmaclife.com ?
EDIT: disabled smilies in post
BTW, make sure to check out that web site - you can even create text files with qbasic to see this!