Android-x86 kernel 2.6.32
我已經將 Corentin Chary 移植的 Android-x86 kernel 2.6.32 上傳至我們的 git server。想要試用看看的話,在 Android-x86 的 source tree 上:
$ repo sync kernel From git://git.android-x86.org/kernel/common * [new branch] android-2.6.32 -> x86/android-2.6.32 Fetching projects: 100% (138/138), done. Syncing work tree: 100% (137/137), done. $ cd kernel $ git checkout -b android-2.6.32 x86/android-2.6.32 HEAD is now at 885c27f... kconfig: add nonint_oldconfig target from Fedora kernel Switched to branch 'android-2.6.32' $ cd .. |
然後照原來的方法 make 即可。
新版 kernel 的好處就是,許多驅動程式有所更新,也更穩定。特別是 video 和 wifi 的部分。例如原本 2.6.29 的 i915 module 在我的 Eee Top 1602 上一載入就會 crash,而換成 2.6.32 之後就正常了。
