異次元空間
訂閱
發表文章
Atom
發表文章
留言
Atom
留言
網誌存檔
►
2010
(3)
►
2月
(2)
►
1月
(1)
►
2009
(6)
►
4月
(3)
►
2月
(1)
►
1月
(2)
▼
2008
(17)
▼
9月
(17)
GUID (Globally unique identifiers)
DOS/4GW
Preemptive & Non-preemptive , Cooperative Multitas...
Rundll32.exe
#if #define if
CPU C3 and C4之進入及離開
How to get current CPU Microcode ID
讀MSR
Smart battery
Device/Chipset的resource(IO Port,Memory,IRQ)在 BIOS ...
POST時,BIOS存DATA的方法
什麼是 CRC
淺談硬碟控制介面與硬碟
SCSI 和 IDE 之比較
HOOK, HOOKJ, JMP
DMA簡介
DOS 的起源
關於我自己
小勳
BIOS programming is my current job, I would like to share my simple note for BIOS/AP/Driver programming. Due to my job loading is very heavy, I just post my note in here and will not do reply for any question. Thanks for your watching.
檢視我的完整簡介
2008年9月24日 星期三
#if #define if
#if
............. For
preposser
(前置處理器)
#end if
#define
JAVA 300 ...... For
preposser
(前置處理器)
if
............. For
compiler
例:
#define DEBUG
#if DEBUG
printf("hello");
#endif
Author: 常世勳
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言