泄露的部分VISTA源代码?

这么搞???
的确,这是某个人编的一个笑话。因为有趣,所以发表出来与大家共享。

/* GNOT General Public License!
(c) 1995-2007 Microsoft Corporation
*/

#include “dos.h”
#include “win95.h”
#include “win98.h”
#include “sco_unix.h”

class WindowsVista extends WindowsXP implements Nothing { // 继承自WindowsXP,不实现任何东西

int totalNewFeatures = 3; // 3个新特征
int totalWorkingNewFeatures = 0; // 0个管用的新特征
float numberOfBugs = 345889E+O8; // 天文数字的Bug
boolean readyForRelease = FALSE; // 准备好了发布?否。

void main {
while (!CRASHED) { // 只要机器还没挂

if (first_time_install) { // 如果是第一次安装
if ((installedRAM < 2GB) || (processorSpeed < 4GHz)) // 如果内存不够2G或CPU不够4G
{
MessageBox("Hardware incompatibility error."); // 就显示硬件不支持错误
GetKeyPress();
BSOD();
}
}
Make10GBswapfile(): // 先弄它个10G的虚拟内存
SearchAndDestroy(FIREFOX|OPENOFFICEORG|ANYTHING_GOOGLE); // 再把Firefox,OpenOffice和Google都干掉
AddRandomDriver(); // 这句和下面一句没看懂
MessageBox("Driver incompatibility error.");
GetKeyPress();
BSOD();
}

//printf("Welcome to Windows 2000"); // 注释了欢迎来到Windows 2000
//printf(Welcome to Windows XP"); // 注释了欢迎来到Windows XP
printf ("Welcome to Windows Vista"); // 加了一句欢迎来到Windows Vista

if (still_not_crashed){ // 还没挂?

CheckUserLicense(); // 检查用户授权许可
DoubleCheckUserLicense(); // 再检查一次用户授权许可
TripleCheckUserLicense(); // 再三检查一次用户授权许可
RelayUserDetaitsToRedmond(); // 这句没看懂

DisplayFancyGraphics(); // 显示迷人的图形
FlickerLED(hard_drive); // 闪动LED
RunWindowsXP(); // 运行WindowsXP
return LotsMoreMoney, // 带着大量的(用户的)钞票返回
}
}

Tags:

0 Responses to “泄露的部分VISTA源代码?”


  1. 没有评论

发表评论