Go to file
2024-09-10 15:59:00 +02:00
arch Initial Commit 2024-09-10 15:59:00 +02:00
block Initial Commit 2024-09-10 15:59:00 +02:00
certs Initial Commit 2024-09-10 15:59:00 +02:00
crypto Initial Commit 2024-09-10 15:59:00 +02:00
Documentation Initial Commit 2024-09-10 15:59:00 +02:00
drivers Initial Commit 2024-09-10 15:59:00 +02:00
fs Initial Commit 2024-09-10 15:59:00 +02:00
include Initial Commit 2024-09-10 15:59:00 +02:00
init Initial Commit 2024-09-10 15:59:00 +02:00
io_uring Initial Commit 2024-09-10 15:59:00 +02:00
ipc Initial Commit 2024-09-10 15:59:00 +02:00
kernel Initial Commit 2024-09-10 15:59:00 +02:00
lib Initial Commit 2024-09-10 15:59:00 +02:00
LICENSES Initial Commit 2024-09-10 15:59:00 +02:00
mm Initial Commit 2024-09-10 15:59:00 +02:00
net Initial Commit 2024-09-10 15:59:00 +02:00
rust Initial Commit 2024-09-10 15:59:00 +02:00
samples Initial Commit 2024-09-10 15:59:00 +02:00
scripts Initial Commit 2024-09-10 15:59:00 +02:00
security Initial Commit 2024-09-10 15:59:00 +02:00
sound Initial Commit 2024-09-10 15:59:00 +02:00
tools Initial Commit 2024-09-10 15:59:00 +02:00
usr Initial Commit 2024-09-10 15:59:00 +02:00
virt Initial Commit 2024-09-10 15:59:00 +02:00
.clang-format Initial Commit 2024-09-10 15:59:00 +02:00
.cocciconfig Initial Commit 2024-09-10 15:59:00 +02:00
.get_maintainer.ignore Initial Commit 2024-09-10 15:59:00 +02:00
.gitattributes Initial Commit 2024-09-10 15:59:00 +02:00
.gitignore Initial Commit 2024-09-10 15:59:00 +02:00
.mailmap Initial Commit 2024-09-10 15:59:00 +02:00
.rustfmt.toml Initial Commit 2024-09-10 15:59:00 +02:00
COPYING Initial Commit 2024-09-10 15:59:00 +02:00
CREDITS Initial Commit 2024-09-10 15:59:00 +02:00
Kbuild Initial Commit 2024-09-10 15:59:00 +02:00
Kconfig Initial Commit 2024-09-10 15:59:00 +02:00
MAINTAINERS Initial Commit 2024-09-10 15:59:00 +02:00
Makefile Initial Commit 2024-09-10 15:59:00 +02:00
README Initial Commit 2024-09-10 15:59:00 +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.