mcst-linux-kernel/linux-kernel-5.10
Елчинян Арен ee663e4146 МЦСТ 5.10 2024-07-09 13:50:24 +03:00
..
Documentation МЦСТ 5.10 2024-07-09 13:46:46 +03:00
LICENSES МЦСТ 5.10 2024-07-09 13:49:58 +03:00
arch
block
certs
crypto
drivers МЦСТ 5.10 2024-07-09 13:47:24 +03:00
fs МЦСТ 5.10 2024-07-09 13:48:32 +03:00
include
init
io_uring
ipc
kernel МЦСТ 5.10 2024-07-09 13:48:55 +03:00
lib МЦСТ 5.10 2024-07-09 13:49:07 +03:00
mm МЦСТ 5.10 2024-07-09 13:49:17 +03:00
net МЦСТ 5.10 2024-07-09 13:50:24 +03:00
samples
scripts
security
sound
tools МЦСТ 5.10 2024-07-09 13:50:24 +03:00
usr МЦСТ 5.10 2024-07-09 13:49:58 +03:00
virt МЦСТ 5.10 2024-07-09 13:49:58 +03:00
.clang-format МЦСТ 5.10 2024-07-09 13:46:46 +03:00
.cocciconfig МЦСТ 5.10 2024-07-09 13:46:46 +03:00
.get_maintainer.ignore МЦСТ 5.10 2024-07-09 13:46:46 +03:00
.gitattributes МЦСТ 5.10 2024-07-09 13:46:46 +03:00
.gitignore МЦСТ 5.10 2024-07-09 13:46:46 +03:00
.mailmap МЦСТ 5.10 2024-07-09 13:46:46 +03:00
COPYING МЦСТ 5.10 2024-07-09 13:46:46 +03:00
CREDITS МЦСТ 5.10 2024-07-09 13:46:46 +03:00
Kbuild МЦСТ 5.10 2024-07-09 13:50:24 +03:00
Kconfig МЦСТ 5.10 2024-07-09 13:50:24 +03:00
MAINTAINERS МЦСТ 5.10 2024-07-09 13:50:24 +03:00
Makefile МЦСТ 5.10 2024-07-09 13:50:24 +03:00
README МЦСТ 5.10 2024-07-09 13:50:24 +03:00
localversion-rt МЦСТ 5.10 2024-07-09 13:49:07 +03:00

README

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.