mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-29 11:44:39 -04:00
55b8d0a33227bea08c327ee9f6c31491e8627818
Update to commit711cbfc717("docs: rust: Clarify that 'rustup override' applies to build directory") commit7583ce66dd("docs: rust: remove `CC=clang` mentions") commit2285eb2f24("docs: rust: clarify what 'rustup override' does") commit8cb40124cf("docs: rust: update instructions for obtaining 'core' source") commitb603c6cc40("docs: rust: add command line to rust-analyzer section") commit08ab786556("rust: bindgen: upgrade to 0.65.1") commiteae90172c5("docs: rust: add paragraph about finding a suitable `libclang`") commit6883b29c6c("docs: rust: point directly to the standalone installers") Signed-off-by: Yanteng Si <siyanteng@loongson.cn> Reviewed-by: Dongliang Mu <dzm91@hust.edu.cn> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Link: https://lore.kernel.org/r/aff560c262f255e873c07cc66891cf8140ad433d.1714113680.git.siyanteng@loongson.cn
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.
Description
Languages
C
97%
Assembly
1%
Shell
0.6%
Rust
0.5%
Python
0.4%
Other
0.3%