Le code source de Windows Vista dévoilé
En ce moment, il parait que le code source de Windows Vista aurait été piraté puis dévoilé !
Voici donc un bout de celui-ci destiné à la gestion des drivers de Windows :
Sympa non?
Code source en texte:
/**
* (c) 2007 MiniMou Corp.
* All rights reserved
*/
#include
class WindowsVista extends WindowsXP implements Nothing
{
boolean beta = true;
WindowsVista()
{
checkIfHardwareIsCompatible();
/** Ok. The idiot seems to have some high end hardware.
* Lets make his life miserable
*/
runInternetExplorer7();
}
void checkIfHardwareIsCompatible()
{
/*
* Lets make sure that half the world cannot run this OS while
* we fix all the bugs
*/
if((installedRam < 2GB) && (processorSpeed < 4GHz))
{
MessageBox(
loading...



