i found this interesting snippet of Win2k Source...

CODE
display_copyright_message();
display_bill_rules_message();
do_nothing_loop();
if (first_time_installation)
{
make_100_megabyte_swapfile();
do_nothing_loop();
totally_screw_up_HPFS_file_system();
search_and_destroy_the_rest_of-OS2();
make_futile_attempt_to_damage_Linux();
disable_Netscape();
disable_RealPlayer();
disable_Lotus_Products();
hang_system();
} //if
write_something(anything);
display_copyright_message();
do_nothing_loop();
do_some_stuff();


it really is interesting...especially the lines:
CODE
search_and_destroy_the_rest_of-OS2();
make_futile_attempt_to_damage_Linux();

SOURCE: http://d.scribd.com/docs/1183wzlgo6lmckaspf2s.pdf