2021-04-30 12:22:35 +00:00
|
|
|
|
.. SPDX-License-Identifier: GPL-2.0
|
|
|
|
|
|
2017-01-25 04:14:33 +00:00
|
|
|
|
.. raw:: latex
|
|
|
|
|
|
|
|
|
|
\renewcommand\thesection*
|
|
|
|
|
\renewcommand\thesubsection*
|
2021-05-25 15:25:39 +00:00
|
|
|
|
\kerneldocCJKon
|
2021-08-09 01:14:53 +00:00
|
|
|
|
\kerneldocBeginSC
|
2017-01-25 04:14:33 +00:00
|
|
|
|
|
2021-04-30 12:22:35 +00:00
|
|
|
|
.. _linux_doc_zh:
|
|
|
|
|
|
2019-03-13 13:49:33 +00:00
|
|
|
|
中文翻译
|
|
|
|
|
========
|
|
|
|
|
|
2017-01-25 04:14:33 +00:00
|
|
|
|
|
2021-04-30 12:22:35 +00:00
|
|
|
|
.. note::
|
|
|
|
|
|
|
|
|
|
**翻译计划:**
|
|
|
|
|
内核中文文档欢迎任何翻译投稿,特别是关于内核用户和管理员指南部分。
|
|
|
|
|
|
2021-06-08 07:52:07 +00:00
|
|
|
|
这是中文内核文档树的顶级目录。内核文档,就像内核本身一样,在很大程度上是一
|
|
|
|
|
项正在进行的工作;当我们努力将许多分散的文件整合成一个连贯的整体时尤其如此。
|
|
|
|
|
另外,随时欢迎您对内核文档进行改进;如果您想提供帮助,请加入vger.kernel.org
|
|
|
|
|
上的linux-doc邮件列表。
|
|
|
|
|
|
2021-04-30 12:22:35 +00:00
|
|
|
|
许可证文档
|
|
|
|
|
----------
|
|
|
|
|
|
|
|
|
|
下面的文档介绍了Linux内核源代码的许可证(GPLv2)、如何在源代码树中正确标记
|
|
|
|
|
单个文件的许可证、以及指向完整许可证文本的链接。
|
|
|
|
|
|
|
|
|
|
* Documentation/translations/zh_CN/process/license-rules.rst
|
|
|
|
|
|
|
|
|
|
用户文档
|
|
|
|
|
--------
|
|
|
|
|
|
|
|
|
|
下面的手册是为内核用户编写的——即那些试图让它在给定系统上以最佳方式工作的
|
|
|
|
|
用户。
|
2020-07-13 11:58:07 +00:00
|
|
|
|
|
2017-01-25 04:14:33 +00:00
|
|
|
|
.. toctree::
|
2019-03-13 13:49:33 +00:00
|
|
|
|
:maxdepth: 2
|
|
|
|
|
|
2020-07-13 11:58:05 +00:00
|
|
|
|
admin-guide/index
|
2021-04-30 12:22:35 +00:00
|
|
|
|
|
|
|
|
|
TODOList:
|
|
|
|
|
|
|
|
|
|
* kbuild/index
|
|
|
|
|
|
|
|
|
|
固件相关文档
|
|
|
|
|
------------
|
|
|
|
|
|
|
|
|
|
下列文档描述了内核需要的平台固件相关信息。
|
|
|
|
|
|
|
|
|
|
TODOList:
|
|
|
|
|
|
|
|
|
|
* firmware-guide/index
|
|
|
|
|
* devicetree/index
|
|
|
|
|
|
|
|
|
|
应用程序开发人员文档
|
|
|
|
|
--------------------
|
|
|
|
|
|
|
|
|
|
用户空间API手册涵盖了描述应用程序开发人员可见内核接口方面的文档。
|
|
|
|
|
|
|
|
|
|
TODOlist:
|
|
|
|
|
|
|
|
|
|
* userspace-api/index
|
|
|
|
|
|
|
|
|
|
内核开发简介
|
|
|
|
|
------------
|
|
|
|
|
|
|
|
|
|
这些手册包含有关如何开发内核的整体信息。内核社区非常庞大,一年下来有数千名
|
|
|
|
|
开发人员做出贡献。与任何大型社区一样,知道如何完成任务将使得更改合并的过程
|
|
|
|
|
变得更加容易。
|
|
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
|
:maxdepth: 2
|
|
|
|
|
|
2019-03-13 13:49:33 +00:00
|
|
|
|
process/index
|
2021-04-15 05:43:06 +00:00
|
|
|
|
dev-tools/index
|
2021-04-13 07:13:39 +00:00
|
|
|
|
doc-guide/index
|
2021-03-23 09:16:52 +00:00
|
|
|
|
kernel-hacking/index
|
2021-05-17 10:34:20 +00:00
|
|
|
|
maintainer/index
|
2021-04-30 12:22:35 +00:00
|
|
|
|
|
|
|
|
|
TODOList:
|
|
|
|
|
|
|
|
|
|
* trace/index
|
|
|
|
|
* fault-injection/index
|
|
|
|
|
* livepatch/index
|
|
|
|
|
* rust/index
|
|
|
|
|
|
|
|
|
|
内核API文档
|
|
|
|
|
-----------
|
|
|
|
|
|
|
|
|
|
以下手册从内核开发人员的角度详细介绍了特定的内核子系统是如何工作的。这里的
|
|
|
|
|
大部分信息都是直接从内核源代码获取的,并根据需要添加补充材料(或者至少是在
|
|
|
|
|
我们设法添加的时候——可能不是所有的都是有需要的)。
|
|
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
|
:maxdepth: 2
|
|
|
|
|
|
|
|
|
|
core-api/index
|
2021-04-06 07:02:36 +00:00
|
|
|
|
cpu-freq/index
|
2021-04-06 07:02:38 +00:00
|
|
|
|
iio/index
|
2021-04-30 12:22:35 +00:00
|
|
|
|
sound/index
|
|
|
|
|
filesystems/index
|
2021-08-06 01:26:39 +00:00
|
|
|
|
virt/index
|
2021-08-06 02:58:48 +00:00
|
|
|
|
infiniband/index
|
2021-07-31 08:45:03 +00:00
|
|
|
|
accounting/index
|
2021-04-30 12:22:35 +00:00
|
|
|
|
|
|
|
|
|
TODOList:
|
|
|
|
|
|
|
|
|
|
* driver-api/index
|
|
|
|
|
* locking/index
|
|
|
|
|
* block/index
|
|
|
|
|
* cdrom/index
|
|
|
|
|
* ide/index
|
|
|
|
|
* fb/index
|
|
|
|
|
* fpga/index
|
|
|
|
|
* hid/index
|
|
|
|
|
* i2c/index
|
|
|
|
|
* isdn/index
|
|
|
|
|
* leds/index
|
|
|
|
|
* netlabel/index
|
|
|
|
|
* networking/index
|
|
|
|
|
* pcmcia/index
|
|
|
|
|
* power/index
|
|
|
|
|
* target/index
|
|
|
|
|
* timers/index
|
|
|
|
|
* spi/index
|
|
|
|
|
* w1/index
|
|
|
|
|
* watchdog/index
|
|
|
|
|
* input/index
|
|
|
|
|
* hwmon/index
|
|
|
|
|
* gpu/index
|
|
|
|
|
* security/index
|
|
|
|
|
* crypto/index
|
|
|
|
|
* vm/index
|
|
|
|
|
* bpf/index
|
|
|
|
|
* usb/index
|
|
|
|
|
* PCI/index
|
|
|
|
|
* scsi/index
|
|
|
|
|
* misc-devices/index
|
|
|
|
|
* scheduler/index
|
|
|
|
|
* mhi/index
|
|
|
|
|
|
|
|
|
|
体系结构无关文档
|
|
|
|
|
----------------
|
|
|
|
|
|
|
|
|
|
TODOList:
|
|
|
|
|
|
|
|
|
|
* asm-annotations
|
|
|
|
|
|
|
|
|
|
特定体系结构文档
|
|
|
|
|
----------------
|
|
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
|
:maxdepth: 2
|
|
|
|
|
|
|
|
|
|
mips/index
|
|
|
|
|
arm64/index
|
2021-04-06 07:02:39 +00:00
|
|
|
|
riscv/index
|
2021-04-16 10:32:34 +00:00
|
|
|
|
openrisc/index
|
2021-05-12 08:20:57 +00:00
|
|
|
|
parisc/index
|
2019-03-13 13:49:33 +00:00
|
|
|
|
|
2021-04-30 12:22:35 +00:00
|
|
|
|
TODOList:
|
|
|
|
|
|
|
|
|
|
* arm/index
|
|
|
|
|
* ia64/index
|
|
|
|
|
* m68k/index
|
|
|
|
|
* nios2/index
|
|
|
|
|
* powerpc/index
|
|
|
|
|
* s390/index
|
|
|
|
|
* sh/index
|
|
|
|
|
* sparc/index
|
|
|
|
|
* x86/index
|
|
|
|
|
* xtensa/index
|
|
|
|
|
|
|
|
|
|
其他文档
|
|
|
|
|
--------
|
|
|
|
|
|
|
|
|
|
有几份未排序的文档似乎不适合放在文档的其他部分,或者可能需要进行一些调整和/或
|
|
|
|
|
转换为reStructureText格式,也有可能太旧。
|
|
|
|
|
|
|
|
|
|
TODOList:
|
|
|
|
|
|
|
|
|
|
* staging/index
|
|
|
|
|
* watch_queue
|
|
|
|
|
|
2019-03-13 13:49:33 +00:00
|
|
|
|
目录和表格
|
|
|
|
|
----------
|
2017-01-25 04:14:33 +00:00
|
|
|
|
|
2019-03-13 13:49:33 +00:00
|
|
|
|
* :ref:`genindex`
|
2021-08-09 01:14:53 +00:00
|
|
|
|
|
|
|
|
|
.. raw:: latex
|
|
|
|
|
|
|
|
|
|
\kerneldocEndSC
|