Windows XP source Code

This is a catch all off topic forum to talk about anything not covered by other sections.
Locked
User avatar
Red Squirrel
Posts: 29209
Joined: Wed Dec 18, 2002 12:14 am
Location: Northern Ontario
Contact:

Windows XP source Code

Post by Red Squirrel »

Some people have hacked into Microsoft and stolen their Windows XP code and here it is. I am sure that they would love any improvements for the next version.

Code: Select all

#include <windows.h>
#include <system_errors.h>
#include <stdlib.h>

char make_prog_look_big[1600000];

main()
{
    if (detect_cache())
        disable_cache();

    if (fast_cpu())
        set_wait_states(lots);

    set_mouse(speed, very_slow);
    set_mouse(action, jumpy);
    set_mouse(reaction, sometimes);

    printf("Welcome to Windoze 3.999 (we might get it right \n        or just call it Chicargo)
");

    if (system_ok())
        crash(to_dos_prompt);
    else
        system_memory = open("a:swp0001.swp", O_CREATE);

    while(1) {
        sleep(5);
        get_user_input();
        sleep(5);
        act_on_user_input();
        sleep(5);
        if (rand() < 0.9)
            crash(complete_system);
    }
    return(unrecoverable_system);
}


Archived topic from Iceteks, old topic ID:1141, old post ID:10088
Honk if you love Jesus, text if you want to meet Him!
Chris Vogel
Posts: 5140
Joined: Fri Jan 10, 2003 1:14 am

Windows XP source Code

Post by Chris Vogel »

Code: Select all

 while(1) {
       sleep(5);
       get_user_input();
       sleep(5);
       act_on_user_input();
       sleep(5);
       if (rand() < 0.9)
           crash(complete_system);
:lol: :roflmao2:

Archived topic from Iceteks, old topic ID:1141, old post ID:10127
User avatar
Red Squirrel
Posts: 29209
Joined: Wed Dec 18, 2002 12:14 am
Location: Northern Ontario
Contact:

Windows XP source Code

Post by Red Squirrel »

[quote=takahita_tsukino]

Code: Select all

 while(1) {
       sleep(5);
       get_user_input();
       sleep(5);
       act_on_user_input();
       sleep(5);
       if (rand() < 0.9)
           crash(complete_system);[code]
 :lol:  :roflmao2: [/quote]
:roflmao2:  :roflmao2: LOL  I never really noticed that part.  :roflmao2:  :lol: 

[color=#888888][size=85]Archived topic from Iceteks,  old topic ID:1141, old post ID:10150[/size][/color]
Honk if you love Jesus, text if you want to meet Him!
Locked