Fedora13 kernel upgraded to 2.6.35

Source: Internet
Author: User
Tags superuser permission
Recently, the kernel is updated on Kernel.org, and the latest version 2.6.35 is itchy, So I downloaded a Fedora13 kernel that I tried to update. In fact, the download of the new kernel does not have to be placed under the src directory. You can find a directory for your convenience. I put it in a temporary folder in my home directory. The advantage is that you can compile it without a Super User. After unzipping the package, configure the kernel: makegconfig & nbsp

Recently, we have seen kernel updated on Kernel.org, the latest version 2.6.35.
I tried to update the Fedora 13 folder.
In fact, the download of the new kernel does not have to be placed under the src directory. You can find a directory for your convenience.
I put it in a temporary folder in my home directory.
The advantage is that you can compile it without a Super User.
After unpacking,

Step 1: configure the kernel:
Make gconfig # graphical configuration interface, which is more intuitive than make menuconfig;

After configuration,
Step 2: Compile the kernel:
Make

Compiled,
Step 3 (the superuser permission is required here) and install the kernel module:
Sudo make modules_install

Step 4: Install the kernel:
Sudo make install

In the preceding four steps, the new kernel is implemented.
You can restart it. There is a new kernel option in Grub.

Related Article

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.