[Linux] Print Out the MAC address in Linux Kernel
In Linux Kernel, we want to print out the mac address information, we can use this pattern. [sourcecode language=”c”] printk("mac address: %02x …
difference
In Linux Kernel, we want to print out the mac address information, we can use this pattern. [sourcecode language=”c”] printk("mac address: %02x …
因為最近在看控制PMU(Performance Monitoring Unit)的程式,編譯過程中發現有中斷旗標未被宣告,所以莫名其妙看到中斷的flag定義。 從Linux kernel 2.6.19開始,有些中斷處理介面改掉了,而SA_INTERRUPT的名稱定義也被改掉了。 遇到問題時,當然首先是弄清楚這個東西是什 …
使用creator pxa270 如果kernel的選項沒有勾選 general setup->Optimize for size 則會造成kernel掛掉,無法完成開機
參考之原文網址: http://hi.baidu.com/zybuaa/blog/item/5ef9164c12fe8afcd72afc9c.html 移植kernel時會因為machine ID不符合而在boot-loader啟動時會產生問題,這是因為找不到對應的machine ID,所以我們要修改一下它設置的mac …