Go to file
Ulrich Bessoh 872f2f0714 no changes
2024-07-09 16:52:29 +02:00
arch no changes 2024-07-09 16:52:29 +02:00
block no changes 2024-07-09 16:52:29 +02:00
certs no changes 2024-07-09 16:52:29 +02:00
crypto no changes 2024-07-09 16:52:29 +02:00
Documentation no changes 2024-07-09 16:52:29 +02:00
drivers no changes 2024-07-09 16:52:29 +02:00
fs no changes 2024-07-09 16:52:29 +02:00
include no changes 2024-07-09 16:52:29 +02:00
init no changes 2024-07-09 16:52:29 +02:00
io_uring no changes 2024-07-09 16:52:29 +02:00
ipc no changes 2024-07-09 16:52:29 +02:00
kernel no changes 2024-07-09 16:52:29 +02:00
lib no changes 2024-07-09 16:52:29 +02:00
LICENSES no changes 2024-07-09 16:52:29 +02:00
mm no changes 2024-07-09 16:52:29 +02:00
net no changes 2024-07-09 16:52:29 +02:00
rust no changes 2024-07-09 16:52:29 +02:00
samples no changes 2024-07-09 16:52:29 +02:00
scripts no changes 2024-07-09 16:52:29 +02:00
security no changes 2024-07-09 16:52:29 +02:00
sound no changes 2024-07-09 16:52:29 +02:00
tools no changes 2024-07-09 16:52:29 +02:00
usr no changes 2024-07-09 16:52:29 +02:00
virt no changes 2024-07-09 16:52:29 +02:00
.clang-format no changes 2024-07-09 16:52:29 +02:00
.cocciconfig no changes 2024-07-09 16:52:29 +02:00
.get_maintainer.ignore no changes 2024-07-09 16:52:29 +02:00
.gitattributes no changes 2024-07-09 16:52:29 +02:00
.gitignore no changes 2024-07-09 16:52:29 +02:00
.mailmap no changes 2024-07-09 16:52:29 +02:00
.rustfmt.toml no changes 2024-07-09 16:52:29 +02:00
a4.config no changes 2024-07-09 16:52:29 +02:00
COPYING no changes 2024-07-09 16:52:29 +02:00
CREDITS no changes 2024-07-09 16:52:29 +02:00
Kbuild no changes 2024-07-09 16:52:29 +02:00
Kconfig no changes 2024-07-09 16:52:29 +02:00
MAINTAINERS no changes 2024-07-09 16:52:29 +02:00
Makefile no changes 2024-07-09 16:52:29 +02:00
README no changes 2024-07-09 16:52:29 +02: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.