You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Kenneth Bruen
2baa73b03c
|
2 weeks ago | |
---|---|---|
Documentation | 2 weeks ago | |
LICENSES | 2 weeks ago | |
arch | 2 weeks ago | |
block | 2 weeks ago | |
certs | 2 weeks ago | |
crypto | 2 weeks ago | |
drivers | 2 weeks ago | |
fs | 2 weeks ago | |
include | 2 weeks ago | |
init | 2 weeks ago | |
io_uring | 2 weeks ago | |
ipc | 2 weeks ago | |
kernel | 2 weeks ago | |
lib | 2 weeks ago | |
mm | 2 weeks ago | |
net | 2 weeks ago | |
rust | 2 weeks ago | |
samples | 2 weeks ago | |
scripts | 2 weeks ago | |
security | 2 weeks ago | |
sound | 2 weeks ago | |
tools | 2 weeks ago | |
usr | 2 weeks ago | |
virt | 2 weeks ago | |
.clang-format | 2 weeks ago | |
.cocciconfig | 2 weeks ago | |
.get_maintainer.ignore | 2 weeks ago | |
.gitattributes | 2 weeks ago | |
.gitignore | 2 weeks ago | |
.mailmap | 2 weeks ago | |
.rustfmt.toml | 2 weeks ago | |
COPYING | 2 weeks ago | |
CREDITS | 2 weeks ago | |
Kbuild | 2 weeks ago | |
Kconfig | 2 weeks ago | |
MAINTAINERS | 2 weeks ago | |
Makefile | 2 weeks ago | |
README | 2 weeks ago |
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.