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