Install the Linux kernel 2.6.23

Source: Internet
Author: User
Install the Linux 2.6.23 kernel-general Linux technology-Linux programming and kernel information. For more information, see the following. 1. Download kernel: http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.23.tar.bz2
2. Decompression: tar-xjvf linux-2.6.23.tar.bz2 (defines the directory after decompression/home/cral/linux-2.6.23)
3. cd linux-2.6.23
4. Configuration: make menuconfig
5. Compile: make bzImage
6. Compilation module: make modules
3J! D c h $ I F} 07. Installation module: make modules_install
8. cp System. map/boot/System. map-2.6.23
9, cp arch/i386/bzImage/boot/vmlinuz-2.6.23
10. Create a memory image:
Cd/boot
Yaird -- output initrd. img-2.6.23 2.6.23
11. Add the kernel boot menu:
Then, modify/boot/grub/menu. list as follows to complete the modification.

Title Linux kernel 2.6.23
Root (hd0, 0)
Kernel/boot/vmlinuz-2.6.23 root = UUID = ecfffd2c-0267-4554-89d8-3e6989e36b98 ro quiet splash locale = zh_CN
Initrd/boot/initrd. img-2.6.23
Quiet

12. restart the system to use the new kernel.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.