编译内核的要点 -- linux

      内核研发 2005-10-18 11:47
内核编译,要做的步骤是
1.首先清空垃圾
make mrproper
2.创建.config 文件
make config
{make xconfig //如果装了x协议后,可以使用此命令。图形界面
make menuconfig}
3.编译内核
make bzImage
4.编译外围
make modules
5. 替换原来的核并修改grub,lilo设置。
谁有疑问可以问我。





标签集:TAGS:
回复Comments() 点击Count()

回复Comments

{commenttime}{commentauthor}

{CommentUrl}
{commentcontent}