JustOS/linux-6.13
justuser 02e73b8cd9 up
2025-01-24 17:00:19 +03:00
..
arch up 2025-01-24 17:00:19 +03:00
block up 2025-01-24 17:00:19 +03:00
certs up 2025-01-24 17:00:19 +03:00
crypto up 2025-01-24 17:00:19 +03:00
Documentation up 2025-01-24 17:00:19 +03:00
drivers up 2025-01-24 17:00:19 +03:00
fs up 2025-01-24 17:00:19 +03:00
include up 2025-01-24 17:00:19 +03:00
init up 2025-01-24 17:00:19 +03:00
io_uring up 2025-01-24 17:00:19 +03:00
ipc up 2025-01-24 17:00:19 +03:00
kernel up 2025-01-24 17:00:19 +03:00
lib up 2025-01-24 17:00:19 +03:00
LICENSES up 2025-01-24 17:00:19 +03:00
mm up 2025-01-24 17:00:19 +03:00
net up 2025-01-24 17:00:19 +03:00
rust up 2025-01-24 17:00:19 +03:00
samples up 2025-01-24 17:00:19 +03:00
scripts up 2025-01-24 17:00:19 +03:00
security up 2025-01-24 17:00:19 +03:00
sound up 2025-01-24 17:00:19 +03:00
tools up 2025-01-24 17:00:19 +03:00
usr up 2025-01-24 17:00:19 +03:00
virt up 2025-01-24 17:00:19 +03:00
.clang-format up 2025-01-24 17:00:19 +03:00
.clippy.toml up 2025-01-24 17:00:19 +03:00
.cocciconfig up 2025-01-24 17:00:19 +03:00
.editorconfig up 2025-01-24 17:00:19 +03:00
.get_maintainer.ignore up 2025-01-24 17:00:19 +03:00
.gitattributes up 2025-01-24 17:00:19 +03:00
.gitignore up 2025-01-24 17:00:19 +03:00
.mailmap up 2025-01-24 17:00:19 +03:00
.rustfmt.toml up 2025-01-24 17:00:19 +03:00
COPYING up 2025-01-24 17:00:19 +03:00
CREDITS up 2025-01-24 17:00:19 +03:00
Kbuild up 2025-01-24 17:00:19 +03:00
Kconfig up 2025-01-24 17:00:19 +03:00
MAINTAINERS up 2025-01-24 17:00:19 +03:00
Makefile up 2025-01-24 17:00:19 +03:00
README up 2025-01-24 17:00:19 +03: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 reStructuredText 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.