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.

2012年4月8日 星期日

縮減 QEMU ,KERNEL code base

荒廢很久的blog今天心血來潮 ,就來個一篇吧 .最近無聊在縮減code base,其實也不是很厲害的工作,就是看到很多project被移植到各種平台所以code base的大小明顯很大,當然那些開發團隊也會寫出很強大的building system,問題如果只是一個業餘喜者好來玩玩看,各種平台的code反而會造成困擾,所以我的目標很簡單就是把跟自己想看架構相關的code留著就好,其他都刪除,這個目標很容易實現不是在做最佳化的工作只是在做苦工... 這邊我以QEMU for i386為例:1.先用官方QEMU 1.0.1 編譯出一個i386的執行檔,然後把過程都紀錄下來./configure --target-list="i386-softmmu" --enable-debug-tcg --disable-user --disable-pie --disable-smartcard --disable-libiscsi --disable-smartcard-nss...