Name | Date | Size | ||
---|---|---|---|---|
.. | 25-Oct-2024 | 4 KiB | ||
.clang-format | H A D | 25-Oct-2024 | 20.1 KiB | |
.cocciconfig | H A D | 25-Oct-2024 | 59 | |
.get_maintainer.ignore | H A D | 25-Oct-2024 | 151 | |
.gitattributes | H A D | 25-Oct-2024 | 105 | |
.gitignore | H A D | 25-Oct-2024 | 2 KiB | |
.mailmap | H A D | 25-Oct-2024 | 35.8 KiB | |
.rustfmt.toml | H A D | 25-Oct-2024 | 369 | |
arch/ | H | 25-Oct-2024 | 4 KiB | |
block/ | H | 25-Oct-2024 | 4 KiB | |
certs/ | H | 25-Oct-2024 | 4 KiB | |
COPYING | H A D | 25-Oct-2024 | 496 | |
CREDITS | H A D | 25-Oct-2024 | 100 KiB | |
crypto/ | H | 25-Oct-2024 | 4 KiB | |
Documentation/ | H | 25-Oct-2024 | 4 KiB | |
drivers/ | H | 25-Oct-2024 | 4 KiB | |
fs/ | H | 25-Oct-2024 | 4 KiB | |
include/ | H | 25-Oct-2024 | 4 KiB | |
init/ | H | 25-Oct-2024 | 4 KiB | |
io_uring/ | H | 25-Oct-2024 | 4 KiB | |
ipc/ | H | 25-Oct-2024 | 4 KiB | |
Kbuild | H A D | 25-Oct-2024 | 2.5 KiB | |
Kconfig | H A D | 25-Oct-2024 | 555 | |
kernel/ | H | 25-Oct-2024 | 4 KiB | |
lib/ | H | 25-Oct-2024 | 12 KiB | |
LICENSES/ | H | 25-Oct-2024 | 4 KiB | |
MAINTAINERS | H A D | 25-Oct-2024 | 709.7 KiB | |
Makefile | H A D | 25-Oct-2024 | 65.9 KiB | |
mm/ | H | 25-Oct-2024 | 4 KiB | |
net/ | H | 25-Oct-2024 | 4 KiB | |
OAT.xml | H A D | 25-Oct-2024 | 53.8 KiB | |
README | H A D | 25-Oct-2024 | 727 | |
README.OpenSource | H A D | 25-Oct-2024 | 339 | |
README_OpenHarmony.md | H A D | 25-Oct-2024 | 236 | |
rust/ | H | 25-Oct-2024 | 4 KiB | |
samples/ | H | 25-Oct-2024 | 4 KiB | |
scripts/ | H | 25-Oct-2024 | 4 KiB | |
security/ | H | 25-Oct-2024 | 4 KiB | |
sound/ | H | 25-Oct-2024 | 4 KiB | |
tools/ | H | 25-Oct-2024 | 4 KiB | |
usr/ | H | 25-Oct-2024 | 4 KiB | |
virt/ | H | 25-Oct-2024 | 4 KiB |
README
1Linux kernel 2============ 3 4There are several guides for kernel developers and users. These guides can 5be rendered in a number of formats, like HTML and PDF. Please read 6Documentation/admin-guide/README.rst first. 7 8In order to build the documentation, use ``make htmldocs`` or 9``make pdfdocs``. The formatted documentation can also be read online at: 10 11 https://www.kernel.org/doc/html/latest/ 12 13There are various text files in the Documentation/ subdirectory, 14several of them using the Restructured Text markup notation. 15 16Please read the Documentation/process/changes.rst file, as it contains the 17requirements for building and running the kernel, and information about 18the problems which may result by upgrading your kernel. 19