This is default featured slide 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured slide 2 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured slide 3 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured slide 4 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured slide 5 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

2010年8月27日 星期五

qemu 測試linux kernel

用qemu來測試kernel的行為其實蠻適合的
最近把console導到serial在導到終端機裡,看起來順眼許多

#qemu -kernel arch/x86/boot/bzImage -append console=ttyS0 -serial stdio

2010年8月23日 星期一

linux 2.6 book [英文版]

無聊收集一下目前有哪些linux 2.6的書[英文版]!!
其他相關
1. 中文版不是翻譯書,
2. 驅動的書,
3. linux 2.4
4 舊版linux,
5. 雜項書籍
...有機會在補
網路方面我實在不熟沒在收集~

有漏的話將來在改!



[2.6.7]有繁體














[2.6.10]有繁體












[2.6.11]有繁體















[2.6.24]有簡體















[2.6.30]















有機會的話最好每本都看~
反正可以只看你想看的主題

如果一定要推荐的話會是ULK吧
這本最適合入門跟參考

Linux Kernel in a Nutshell

Linux Kernel in a Nutshell




















這本很少頁,但對新手開發驅動其實很有用,算是經驗談
由其是第7章,值得看看,教你如何移除不需要的驅動,跟找到合適的驅動
其中有兩個工具
1. find_all_modules.sh
2. get-driver.sh

非常有用!!