Introduction to Linux kernel interpretation Keywords: Linux, kernel, source code 1. File organization of the core source program: 1. The Linux kernel source program is usually installed in /usr/src/linux, and it has a very simple numbering convention: any even-numbered kernel (such as 2.0.30) is a stable released kernel, and any odd-numbered kernel (such as 2.1.42) is a core under development. This article is based on the stable 2.2.5 source code, and the implementation platform of the second part is Redhat Linux 6.0. 2. The files of the core source program are organized in a tree structure. At the top level of the source program tree, you will see the following directories: ●Arch: The arch subdirectory includes all the core codes related to the architecture. Each of its subdirectories represents a supported architecture. For example, i386 is a subdirectory about Intel CPU and its compatible architecture. PCs are generally based on this directory;
You Might Like
Recommended ContentMore
Open source project More
Popular Components
Searched by Users
Just Take a LookMore
Trending Downloads
Trending ArticlesMore