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