1. Download the required kernel version 2. Upload to the operating system 3. Unzip to the /usr/src directory For example: 3.19 kernel
4. Create a connection
5. Perform kernel settings
In this step, it is best to copy a .config file that was run previously and make modifications to it, otherwise, the system may not be able to restart. For example, the following:
6. Compile the kernel make -- may take from 1 hour to 3 hours.
7. Reboot. Content Extension Deploy kernel source code Open the terminal and change the user privileges to root. The specific method is to enter sudo su in the terminal and then enter the password as prompted. To determine whether the user is the root user, use the whoami command. If the output is root, you have switched to the root account. Enter mv linux-2.6.36.tar.gz /usr/src to move the downloaded kernel source code file to the /usr/src directory. Enter cd /usr/src to switch to this directory. Enter tar zxvf linux-2.6.36.tar.gz to decompress the kernel package and place the generated source code in the linux-2.6.36 directory. Enter cd linux-2.6.36 to switch to this directory. Enter cp /boot/config-, then press the Tab key. The system will automatically fill in the qualifying file name in the directory. Then continue to enter .config to use the original configuration file in the boot directory. This is the end of this article about how to compile the Linux kernel. For more information about how to compile the Linux kernel, please search for previous articles on 123WORDPRESS.COM or continue to browse the following related articles. I hope you will support 123WORDPRESS.COM in the future! You may also be interested in:
|
<<: A brief discussion on the $notify points of element
>>: Dynamic SQL statement analysis in Mybatis
Table of contents Overview 1. Application-level m...
1. First, an error message is reported when assoc...
JSON (JavaScript Object Notation, JS Object Notat...
In a page, there are many controls (elements or ta...
Local Windows remote desktop connects to Alibaba ...
Table of contents 1. Introduction 2. Solution 2.1...
CSS3Please Take a look at this website yourself, ...
In addition to B-Tree indexes, MySQL also provide...
Install lua wget http://luajit.org/download/LuaJI...
environment name property CPU x5650 Memory 4G dis...
1. forEach() is similar to map(). It also applies...
This article example shares the specific code of ...
In the process of learning CSS3, I found that man...
Compared with fdisk, parted is less used and is m...
This article example shares the specific code of ...