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.

2010年8月27日 星期五

qemu 測試linux kernel

用qemu來測試kernel的行為其實蠻適合的最近把console導到serial在導到終端機裡,看起來順眼許多#qemu -kernel arch/x86/boot/bzImage -append console=ttyS0 -serial st...

2010年8月23日 星期一

linux 2.6 book [英文版]

無聊收集一下目前有哪些linux 2.6的書[英文版]!!其他相關1. 中文版不是翻譯書,2. 驅動的書,3. linux 2.44 舊版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.sh2. get-driver.sh非常有...