内核编译安装命令

内核编译:

make clean : remove most generater files but keep config files.
make mrproper: remove all gengerator files and config files.
make distclean: mrproper + remove editor backup and patch files.

make config 基于文本交互式。
make menuconfig 基于菜单。
make xconfig 图形化配置
make oldconfig xxx.config 文件 基于已有的config文件。
以上结果放在.config 隐藏文件目录下。
一般配置这个 都是基于已有的config文件  cp s3c2410_defconfig  ../../../.config

make TARGET_ARCH=arm CROSS=arm-linux-
编译内核:
x86平台:
 make zImage :生成的内核必须小于512K
 make bzImage

make zImage V=1 : 完整的编译过程列出来。
再编译内核模块:
make modules
make modules_install 安装内核模块。

制作 init ramdisk
mkinitrd initrd-$version $version

安装 内核
cp arch/x86/boot/bzImage  /boot/vmlinuz-$version 
cp $initrd /boot/
修改/etc/grub.conf 或者/etc/lilo.conf  修改启动项即安装。添加 :
title my linux
     root(hd0,0)
     kernel /vmlinuz-$version  ro root=/dev/volgroup/logvo100 rhgb quite
     initrd /initrd-$(version)
 
ok. reboot

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值