Danny's Learning Note
2010年12月9日 星期四
›
由於小弟想學想玩的東西太多,決定另開一個Blogger,未來將轉移一些「玩」的心得到 http://justengoyit.blogspot.com/
2010年6月25日 星期五
Bounce Buffer
›
Bounce Buffer是一個資料傳遞的暫存空間,在計算機系統中,有時週邊裝置的定址能力與CPU不相同,此時週邊裝置將無法存取超出其定址能力範圍的記憶體位址,為解決這個問題,因而有了Bounce Buffer機制的出現。Device可以透過DMA將資料搬運到可定址的Bounce...
2010年5月26日 星期三
x86的Descriptor Table Control Register
›
gdtr : Global Descriptor Table Control Register. It points to address and size of GDT in main memory. ldtr : Local Descriptor Table Control ...
x86的六個Segmentation Register
›
CS : The code segment register, which points to a segment containing program instructions. SS : The stack segment register, which points to ...
1 則留言:
2010年5月25日 星期二
Attribute Syntax
›
http://gcc.gnu.org/onlinedocs/gcc-4.0.0/gcc/Attribute-Syntax.html#Attribute-Syntax This section describes the syntax with which __attribute_...
1 則留言:
Specifying Attributes of Variables
›
http://gcc.gnu.org/onlinedocs/gcc-4.0.0/gcc/Variable-Attributes.html#Variable-Attributes The keyword __attribute__ allows you to specify spe...
Specifying Attributes of Types
›
http://gcc.gnu.org/onlinedocs/gcc-4.0.0/gcc/Type-Attributes.html#Type-Attributes The keyword __attribute__ allows you to specify special att...
›
首頁
查看網路版