Linux Summary application three build kernel

Source: Internet
Author: User

Build the kernel

(1): First: Verify that the Linux source program has established two symbolic connections in the/usr/include directory:

# Cd/usr/include

# ls-l ASM Linux

lrwxrwxrwx 1 root root 4 17:27 asm-/usr/src/linux

/include/asm

lrwxrwxrwx 1 root root 4 17:27 Linux->/usr/src/lin

Ux/include/linux

If the symbolic connection already exists, you do not have to take the second step, if these links do not exist and need to be established, you may need to

Replace a pair of directories with the same name. The procedure is as follows:

# Cd/usr/include

# RM-FR ASM Linux

# in-s/usr/src/linux/include/asm ASM

# in-s/usr/src/linux/inlude/linux Linux

Configuration:

Next choose which features and hardware drives to include in the new kernel, you can do this with the following commands:

# Cd/usr/src/linux

# make Config

Now you'll get a series of conversation questions and answers that ask you to keep that content in the new kernel and remove that content.

You will see "Y" or "N" after each question. If you press ENTER only

Linux Summary application three build 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.