thesis/linux-6.8.1
2025-03-20 14:14:09 +01:00
..
arch kernel 2025-03-19 13:44:23 +01:00
block kernel 2025-03-19 13:44:23 +01:00
certs kernel 2025-03-19 13:44:23 +01:00
crypto kernel 2025-03-19 13:44:23 +01:00
Documentation kernel 2025-03-19 13:44:23 +01:00
drivers kernel 2025-03-19 13:44:23 +01:00
fs kernel 2025-03-19 13:44:23 +01:00
include kernel 2025-03-19 13:44:23 +01:00
init kernel 2025-03-19 13:44:23 +01:00
io_uring kernel 2025-03-19 13:44:23 +01:00
ipc kernel 2025-03-19 13:44:23 +01:00
kernel kernel 2025-03-19 13:44:23 +01:00
lib kernel 2025-03-19 13:44:23 +01:00
LICENSES kernel 2025-03-19 13:44:23 +01:00
mm kernel 2025-03-19 13:44:23 +01:00
net kernel 2025-03-19 13:44:23 +01:00
rust kernel 2025-03-19 13:44:23 +01:00
samples kernel 2025-03-19 13:44:23 +01:00
scripts kernel 2025-03-19 13:44:23 +01:00
security kernel 2025-03-19 13:44:23 +01:00
sound kernel 2025-03-19 13:44:23 +01:00
tools kernel 2025-03-19 13:44:23 +01:00
usr kernel 2025-03-19 13:44:23 +01:00
virt kernel 2025-03-19 13:44:23 +01:00
.clang-format kernel 2025-03-19 13:44:23 +01:00
.cocciconfig kernel 2025-03-19 13:44:23 +01:00
.config enable one more option 2025-03-20 14:14:09 +01:00
.editorconfig kernel 2025-03-19 13:44:23 +01:00
.get_maintainer.ignore kernel 2025-03-19 13:44:23 +01:00
.gitattributes kernel 2025-03-19 13:44:23 +01:00
.gitignore added config 2025-03-19 21:21:15 +01:00
.mailmap kernel 2025-03-19 13:44:23 +01:00
.rustfmt.toml kernel 2025-03-19 13:44:23 +01:00
COPYING kernel 2025-03-19 13:44:23 +01:00
CREDITS kernel 2025-03-19 13:44:23 +01:00
Kbuild kernel 2025-03-19 13:44:23 +01:00
Kconfig kernel 2025-03-19 13:44:23 +01:00
MAINTAINERS kernel 2025-03-19 13:44:23 +01:00
Makefile kernel 2025-03-19 13:44:23 +01:00
README kernel 2025-03-19 13:44:23 +01: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.