最近又是一個電腦界的新邁進
作業系統和cpu都準備全面進入64位元
暈倒(Windows)系統即將推出最新的vista(前身叫做Longhorn長角)
蘋果(Apple)電腦推出了Intel核心的蘋果電腦(Intel Core Duo雙核心架構)
來談談暈倒系統最新的vista吧 要求很高讓我們來看看:
CPU..... 3.0GHz
記憶體.. 1GB
硬碟.... 7200轉的SATA或EIDE
顯式卡.. ATI的Radeon 9800、x600、x700、x800和x850等高端產品
嚴然就是一個瘋狂吃硬體資源的怪獸 現在流行越新的作業系統越吃資源嘛
於是看到網路上有人在流傳vista的程式碼...
windows 原始碼
//#include "win31.h"
#include "win95.h"
#include "win98.h"
#include "win2000.h"
#include "winxp.h"
#include "vista.h"
void main()
{
// loadshell ( win31.sh);
// loadshell ( win95.sh);
// loadshell ( win98.sh);
// loadshell ( win2000.sh);
// loadshell ( winxp.sh);
loadshell ( Vista.sh);
if (Mem
goto err;
while (1) {
if (CPU_clock() > 3*GHz )
Do_Nothing_Loop_Delay();
run_win31();
}
err:
ShowError();
}
---------------------------------------------------------------
這邊再來個終極版...
//include "dos622.h"
#include "win31.h"
#include "win95.h"
#include "win98.h"
#include "win2000.h"
#include "winxp.h"
#include "vista.h"
void main()
{
// loadshell ( win31.sh);
// loadshell ( win95.sh);
// loadshell ( win98.sh);
// loadshell ( win2000.sh);
// loadshell ( winxp.sh);
loadshell ( Vista.sh);
if (Price_Of_Hardware
goto err;
if (Mem
goto err;
if (Drivers WHQL)
goto err;
while (1) {
if (CPU_clock()
Do_Nothing_Loop_Delay();
if (HDD
Do_Nothing_Loop_Delay();
if (Video
Do_Nothing_Loop_Delay();
if (file.subname = "MP3")
File_access(denied);
if (file.subname = ( "wma" or "wmv"))
Pay_Money_To_Micro$oft();
run_win31();
}
err:
println("系統嚴重錯誤,本系統即將關閉。若重開機後還是發生相同問題,請按下確定將此問題回報給微軟。")
ShowError();
}
---------------------------------------------------------------
以上程式碼部分算是inside joke嚕
想懂以上程式碼在說什麼的人可以請教我們這群資訊guy謝謝
- Jan 19 Thu 2006 00:10
微軟最新作業系統VISTA
close
全站熱搜
留言列表