歡迎來到Linux教程網
Linux教程網
Linux教程網
Linux教程網
您现在的位置: Linux教程網 >> UnixLinux >  >> Linux綜合 >> Linux內核

linux內核編譯簡化版

#清除
make mrproper
make clean
#配置
make menuconfig
#內核
make bzImage
#模塊
make modules
make modules_install
#自動安裝到啟動腳本
make install
Copyright © Linux教程網 All Rights Reserved