linux/linux-5.4.31
chenyf f45b05fff7 fix(makefile): 修复clean.sh无法运行的bug 2024-01-30 21:35:15 +08:00
..
Documentation 1 2024-01-30 18:43:28 +08:00
LICENSES 1 2024-01-30 18:43:28 +08:00
arch fix(makefile): 修复clean.sh无法运行的bug 2024-01-30 21:35:15 +08:00
block 1 2024-01-30 18:43:28 +08:00
certs 1 2024-01-30 18:43:28 +08:00
crypto 1 2024-01-30 18:43:28 +08:00
drivers 1 2024-01-30 18:43:28 +08:00
fs 1 2024-01-30 18:43:28 +08:00
include 1 2024-01-30 18:43:28 +08:00
init 1 2024-01-30 18:43:28 +08:00
ipc 1 2024-01-30 18:43:28 +08:00
kernel 1 2024-01-30 18:43:28 +08:00
lib 1 2024-01-30 18:43:28 +08:00
mm 1 2024-01-30 18:43:28 +08:00
net 1 2024-01-30 18:43:28 +08:00
samples 1 2024-01-30 18:43:28 +08:00
scripts 1 2024-01-30 18:43:28 +08:00
security 1 2024-01-30 18:43:28 +08:00
sound 1 2024-01-30 18:43:28 +08:00
tools 1 2024-01-30 18:43:28 +08:00
usr 1 2024-01-30 18:43:28 +08:00
virt 1 2024-01-30 18:43:28 +08:00
.clang-format 1 2024-01-30 18:43:28 +08:00
.cocciconfig 1 2024-01-30 18:43:28 +08:00
.get_maintainer.ignore 1 2024-01-30 18:43:28 +08:00
.gitattributes 1 2024-01-30 18:43:28 +08:00
.gitignore 1 2024-01-30 18:43:28 +08:00
.mailmap 1 2024-01-30 18:43:28 +08:00
CONTRIBUTING.md 1 2024-01-30 18:43:28 +08:00
COPYING 1 2024-01-30 18:43:28 +08:00
CREDITS 1 2024-01-30 18:43:28 +08:00
Kbuild 1 2024-01-30 18:43:28 +08:00
Kconfig 1 2024-01-30 18:43:28 +08:00
MAINTAINERS fix(makefile): 修复clean.sh无法运行的bug 2024-01-30 21:35:15 +08:00
Makefile 1 2024-01-30 18:43:28 +08:00
README 1 2024-01-30 18:43:28 +08:00
build.sh 1 2024-01-30 18:43:28 +08:00
clean.sh 1 2024-01-30 18:43:28 +08:00

README

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.