redhat编译内核 在Linux内核中,包括了进程管理(process management)、定时器(timer)、中断管理(interrupt management)、内存管理(memory management)、模块管理(module management)、虚拟文件系统接口(VFS layer)、文件系统(file system)、设备驱动程序(device driver)、进程间通信(inter-process communication)、网络管理(network management)、系统启动(system init)等操作系统功能的实现。 新内核...
[color="#333333"]redhat编译内核 引自:http://blog.chinaunix.net/u/24390/showart_298489.html 在Linux内核中,包括了进程管理 (process management)、定时器(timer)、中断管理(interrupt management)、内存管理(memory management)、模块管理(module management)、虚拟文件系统接口(VFS layer)、文件系统(file system)、设备驱动程序(device driver)、进程间通信(inter-process communication)、网络管理(n...
首先用up2date -d kernel --tmpdir=/tmp下载所需rpm包; 之后进行如下操作: cd /tmp rpm -Uvh modutils-2.4.18-3.7x.i386.rpm rpm -ivh kernel-2.4.20-20.7.i686.rpm 最后是测试,重启,选择新内核启动,ok后,再在/etc/grup.conf 把新内核改为default,ok!!!!! redhat的说明网址:https://rhn.redhat.com/errata/RHBA-2003-263.html
首先用up2date -d kernel --tmpdir=/tmp下载所需rpm包; 之后进行如下操作: cd /tmp rpm -Uvh modutils-2.4.18-3.7x.i386.rpm rpm -ivh kernel-2.4.20-20.7.i686.rpm 最后是测试,重启,选择新内核启动,ok后,再在/etc/grup.conf 把新内核改为default,ok!!!!! redhat的说明网址:https://rhn.redhat.com/errata/RHBA-2003-263.html
在Linux内核中,包括了进程管理(process management)、定时器(timer)、中断管理(interrupt management)、内存管理(memory management)、模块管理(module management)、虚拟文件系统接口(VFS layer)、文件系统(file system)、设备驱动程序(device driver)、进程间通信(inter-process communication)、网络管理(network management)、系统启动(system init)等操作系统功能的实现。 新内核可以在 http://...
1 下载源码包 http://updates.redhat.com/enterprise/4AS/en/os/SRPMS/kernel-2.6.9-42.0.2.EL.src.rpm 2 rpmbuild --rebuild --target=i686 kernel-2.6.9-42.EL.src.rpm 当屏目 解压完成并且打完补丁之后,CTRL+z 结束当前操作 3 进入 /usr/src/redhat/BUILD/kernel-2.6.9/linux-2.6.9 {这是AS4kernel 的原码} make menuconfig make make modules_install make install