How to compile Linux kernel in fedora 6

前提:已裝好Fedora 6 core 2.6.18 ,在

Fedora 6 中compile linux kernel。
1.下載 Fedora 6 core 2.6.18
  http://www.kernel.org/
  ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.18.tar.bz2
2.解壓縮linux-2.6.18.tar.bz2 ,進入解壓縮的目錄

make clean
cp /usr/src/kernels/2.6.18-1.2798.fc6-i586/.config .
make oldconfig
make -j4               //用四核來compile,略過 make modules
make modules_install
make install

 http://www.slideshare.net/gh40402/linux-13777276

http://www.51testing.com/?uid-89430-action-spacelist-type-blog-itemtypeid-1570

posted @ 2013-10-17 12:08  jeremyatchina  阅读(265)  评论(0编辑  收藏  举报