The RedHat-9.0 system kernel is 2.4, which is now upgraded to 2.6.6.
First download the kernel:
http://www.kernel.org/pub/linux/kernel/v2.6/
Second follow: #mv Linux-2.6.6.tar.bz2 / usr / src
#TAR JXVF Linux-2.6.6.tar.bz2
Configuration, compile, update:
#CD /USR/SRC/LINUX-2.6.6
#make mrproperty / / Make sure there is no incorrect .o file and file dependence under the source code.
#Make MenuConfig // Configure the system core option.
1, "Loadable Module Support -> in the figure below
Check "Module Unloading" and "Automatic Kernel Module Loading"
2, select the "preemptible kernel" option in "Processor Type and Features", which is the main reason for 2.6 superior 2.4.
3, select "Devices Drivice" ---> "Block Devices"
"Multi-Device Support (RAID AND LVM)
Select "Device Mapper Support"
At "Input Device Support"
Select "MICE"
In "Graphics Support"
Check "Support for Frame Buffer Devices"
#make
#make modules_install
#make install
modify:
# vi /boot/grub/grub.conf
Change Default = 1 to Default = 0 // Use a new kernel to start
Find root = label = /, remove it. Storage.
Restart: #reboot
View: #uname -a
Note: Other problems are not responsible! ! ! ! !