当前位置: 技术问答>linux和unix
急问,怎样编译内核?
来源: 互联网 发布时间:2014-12-17
本文导语: 请高手指教,或介绍一些有关书籍资料 | 编译 Linux 内核教程,相信你会有所收获的! http://www-900.ibm.com/developerWorks/cn/education/linux/compile_kernel/tutorial/ | 介绍我的使用方法 make con...
请高手指教,或介绍一些有关书籍资料
|
编译 Linux 内核教程,相信你会有所收获的!
http://www-900.ibm.com/developerWorks/cn/education/linux/compile_kernel/tutorial/
http://www-900.ibm.com/developerWorks/cn/education/linux/compile_kernel/tutorial/
|
介绍我的使用方法
make config / make menuconfig
make dep
make clean
make bzImage
make bzlilo
make modules
make modules_install
make config / make menuconfig
make dep
make clean
make bzImage
make bzlilo
make modules
make modules_install
|
其实最好的书就是整个因特网了,我也是从上面学来的。