免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 806 | 回复: 0
打印 上一主题 下一主题

Compiling a custom kernel on RedHat Enterprise [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2006-04-12 15:52 |只看该作者 |倒序浏览

Compiling a custom kernel on RedHat Enterprise

Andrew P Myers : 25/05/2004


# The following commands can be used to compile a new
# linux kernel, e.g. to include IEEE1394 support.

# You will need to do this everytime there is a kernel update, so download and install these first. Then,

# Make a backup of /boot/grub.conf
cp /boot/grub.conf /boot/grub.conf.backup

cd /usr/src/linux-2.4.21-15.EL     # or whatever the latest kernel is
make mrproper
make config                 # yes to all (default = y = )
          # "make xconfig" needs to import initial config file - fiddly!
         # leda/dram=P4 ; castor/pollux=athlon
make dep
make clean
make bzImage
make modules
make modules_install        # populates /lib/modules – look for ieee1394

# Now install the new kernel in /boot

cp System.map /boot/System.map-2.4.21-15.ELcustom
cp arch/i386/boot/bzImage /boot/vmlinuz-2.4.21-15.ELcustom
cp .config /boot/config-2.4.21-15.ELcustom
cp vmlinux /boot/vmlinux-2.4.21-15.ELcustom
mkinitrd /boot/initrd-2.4.21-15.ELcustom.img 2.4.21-15.ELcustom

# Now edit /boot/grub/grub.conf to boot into new kernel.

vi /boot/grub/grub.conf

# Insert something like:

title Red Hat Enterprise Linux WS (2.4.21-15.EL with IEEE1394)
  root (hd0,0)
  kernel /vmlinuz-2.4.21-15.ELcustom ro root=LABEL=/ hda=ide-scsi
  initrd /initrd-2.4.21-15.ELcustom.img

# And change the default boot kernel ID in grub.conf
# Now reboot!!!


本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/17184/showart_98788.html
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP