linuxOS_D21X/source/linux-5.10
2024-11-29 16:33:21 +08:00
..
arch v1.2.7 2024-11-29 16:33:21 +08:00
block v1.2.0 2024-11-29 16:13:46 +08:00
certs v1.2.0 2024-11-29 16:13:46 +08:00
crypto v1.2.0 2024-11-29 16:13:46 +08:00
Documentation v1.2.0 2024-11-29 16:13:46 +08:00
drivers v1.2.7 2024-11-29 16:33:21 +08:00
fs v1.2.0 2024-11-29 16:13:46 +08:00
include v1.2.7 2024-11-29 16:33:21 +08:00
init v1.2.0 2024-11-29 16:13:46 +08:00
ipc v1.2.0 2024-11-29 16:13:46 +08:00
kernel v1.2.0 2024-11-29 16:13:46 +08:00
lib v1.2.0 2024-11-29 16:13:46 +08:00
LICENSES v1.2.0 2024-11-29 16:13:46 +08:00
mm v1.2.0 2024-11-29 16:13:46 +08:00
net v1.2.0 2024-11-29 16:13:46 +08:00
samples v1.2.0 2024-11-29 16:13:46 +08:00
scripts v1.2.7 2024-11-29 16:33:21 +08:00
security v1.2.0 2024-11-29 16:13:46 +08:00
sound v1.2.7 2024-11-29 16:33:21 +08:00
tools v1.2.0 2024-11-29 16:13:46 +08:00
usr v1.2.0 2024-11-29 16:13:46 +08:00
virt v1.2.0 2024-11-29 16:13:46 +08:00
.commit v1.2.7 2024-11-29 16:33:21 +08:00
COPYING v1.2.0 2024-11-29 16:13:46 +08:00
CREDITS v1.2.0 2024-11-29 16:13:46 +08:00
Kbuild v1.2.0 2024-11-29 16:13:46 +08:00
Kconfig v1.2.0 2024-11-29 16:13:46 +08:00
MAINTAINERS v1.2.0 2024-11-29 16:13:46 +08:00
Makefile v1.2.0 2024-11-29 16:13:46 +08:00
README v1.2.0 2024-11-29 16:13:46 +08:00
rootfs_riscv64.cpio.gz v1.2.0 2024-11-29 16:13:46 +08:00

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.