-
Kizdar net |
Kizdar net |
Кыздар Нет
The Linux Kernel Archives
6 days ago · This site is operated by the Linux Kernel Organization, a 501 (c)3 nonprofit corporation, with support from the following sponsors.
The Linux Kernel Archives - Releases
May 26, 2025 · Prepatch or "RC" kernels are mainline kernel pre-releases that are mostly aimed at other kernel developers and Linux enthusiasts. They must be compiled from source and usually contain new features that must be tested before they can be put into a stable release.
The Linux Kernel documentation
The following manuals are written for users of the kernel — those who are trying to get it to work optimally on a given system and application developers seeking information on the kernel’s user-space APIs.
Linux Kernel Documentation
Documentation extracted from the Linux kernel and mirrored on the web where Google can find it:
中文翻译 — The Linux Kernel documentation
另外,随时欢迎您对内核文档进行改进;如果您想提供帮助,请加入vger.kernel.org 上的linux-doc邮件列表,并按照Documentation/translations/zh_CN/how-to.rst的 指引提交补丁。
The Linux Kernel Archives - FAQ
Aug 6, 2024 · Kernel.org accounts are usually reserved for subsystem maintainers or high-profile developers. It is absolutely not necessary to have an account on kernel.org to contribute to the development of the Linux kernel, unless you submit pull requests directly to Linus Torvalds.
核心API文档 — The Linux Kernel documentation
Original: Core API Documentation 翻译: 司延腾 Yanteng Si <siyanteng @ loongson. cn> 核心API文档 ¶ 这是核心内核API手册的首页。 非常感谢为本手册转换 (和编写!)的文档! 核心实用程序 ¶ 本节包含通用的和“核心中的核心”文档。 第一部分是 docbook 时期遗留下 来的大量 kerneldoc 信息;有朝一日,若有人有动力的话 ...
HOWTO do Linux kernel development
The maintainers of the various kernel subsystems — and also many kernel subsystem developers — expose their current state of development in source repositories.
The Linux Kernel Archives - About
Aug 6, 2024 · The Linux Kernel Organization is a California Public Benefit Corporation established in 2002 to distribute the Linux kernel and other Open Source software to the public without charge.
Linux Kernel Makefiles — The Linux Kernel documentation
The kernel may be built with several different versions of $ (CC), each supporting a unique set of features and options. kbuild provides basic support to check for valid options for $ (CC). $ (CC) is usually the gcc compiler, but other alternatives are available.