Go to file
2024-07-22 17:22:30 +08:00
arch init repo. 2024-07-22 17:22:30 +08:00
block init repo. 2024-07-22 17:22:30 +08:00
certs init repo. 2024-07-22 17:22:30 +08:00
crypto init repo. 2024-07-22 17:22:30 +08:00
Documentation init repo. 2024-07-22 17:22:30 +08:00
drivers init repo. 2024-07-22 17:22:30 +08:00
fs init repo. 2024-07-22 17:22:30 +08:00
include init repo. 2024-07-22 17:22:30 +08:00
init init repo. 2024-07-22 17:22:30 +08:00
io_uring init repo. 2024-07-22 17:22:30 +08:00
ipc init repo. 2024-07-22 17:22:30 +08:00
kernel init repo. 2024-07-22 17:22:30 +08:00
lib init repo. 2024-07-22 17:22:30 +08:00
LICENSES init repo. 2024-07-22 17:22:30 +08:00
mm init repo. 2024-07-22 17:22:30 +08:00
net init repo. 2024-07-22 17:22:30 +08:00
samples init repo. 2024-07-22 17:22:30 +08:00
scripts init repo. 2024-07-22 17:22:30 +08:00
security init repo. 2024-07-22 17:22:30 +08:00
sound init repo. 2024-07-22 17:22:30 +08:00
tools init repo. 2024-07-22 17:22:30 +08:00
usr init repo. 2024-07-22 17:22:30 +08:00
virt init repo. 2024-07-22 17:22:30 +08:00
.clang-format init repo. 2024-07-22 17:22:30 +08:00
.cocciconfig init repo. 2024-07-22 17:22:30 +08:00
.get_maintainer.ignore init repo. 2024-07-22 17:22:30 +08:00
.gitattributes init repo. 2024-07-22 17:22:30 +08:00
.gitignore init repo. 2024-07-22 17:22:30 +08:00
.mailmap init repo. 2024-07-22 17:22:30 +08:00
COPYING init repo. 2024-07-22 17:22:30 +08:00
CREDITS init repo. 2024-07-22 17:22:30 +08:00
Kbuild init repo. 2024-07-22 17:22:30 +08:00
Kconfig init repo. 2024-07-22 17:22:30 +08:00
MAINTAINERS init repo. 2024-07-22 17:22:30 +08:00
Makefile init repo. 2024-07-22 17:22:30 +08:00
README init repo. 2024-07-22 17:22:30 +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.