Go to file
lingmo-dream 807e255832 add config 2024-07-18 12:11:55 +08:00
Documentation first commit 2024-07-18 11:58:23 +08:00
LICENSES first commit 2024-07-18 11:58:23 +08:00
arch first commit 2024-07-18 11:58:23 +08:00
block first commit 2024-07-18 11:58:23 +08:00
certs first commit 2024-07-18 11:58:23 +08:00
config add config 2024-07-18 12:11:55 +08:00
crypto first commit 2024-07-18 11:58:23 +08:00
drivers first commit 2024-07-18 11:58:23 +08:00
fs first commit 2024-07-18 11:58:23 +08:00
include first commit 2024-07-18 11:58:23 +08:00
init first commit 2024-07-18 11:58:23 +08:00
io_uring first commit 2024-07-18 11:58:23 +08:00
ipc first commit 2024-07-18 11:58:23 +08:00
kernel first commit 2024-07-18 11:58:23 +08:00
lib first commit 2024-07-18 11:58:23 +08:00
mm first commit 2024-07-18 11:58:23 +08:00
net first commit 2024-07-18 11:58:23 +08:00
rust first commit 2024-07-18 11:58:23 +08:00
samples first commit 2024-07-18 11:58:23 +08:00
scripts update 2024-07-18 12:09:55 +08:00
security first commit 2024-07-18 11:58:23 +08:00
sound first commit 2024-07-18 11:58:23 +08:00
tools first commit 2024-07-18 11:58:23 +08:00
usr first commit 2024-07-18 11:58:23 +08:00
virt first commit 2024-07-18 11:58:23 +08:00
.clang-format first commit 2024-07-18 11:58:23 +08:00
.cocciconfig first commit 2024-07-18 11:58:23 +08:00
.editorconfig first commit 2024-07-18 11:58:23 +08:00
.get_maintainer.ignore first commit 2024-07-18 11:58:23 +08:00
.mailmap first commit 2024-07-18 11:58:23 +08:00
.rustfmt.toml first commit 2024-07-18 11:58:23 +08:00
COPYING first commit 2024-07-18 11:58:23 +08:00
CREDITS first commit 2024-07-18 11:58:23 +08:00
Kbuild first commit 2024-07-18 11:58:23 +08:00
Kconfig first commit 2024-07-18 11:58:23 +08:00
MAINTAINERS first commit 2024-07-18 11:58:23 +08:00
Makefile first commit 2024-07-18 11:58:23 +08:00
README first commit 2024-07-18 11:58:23 +08:00
default_config first commit 2024-07-18 11:58:23 +08: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 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.