2021-07-29 18:56:25 +03:00
.. SPDX-License-Identifier: GPL-2.0
.. raw :: latex
\renewcommand\thesection*
\renewcommand\thesubsection*
\kerneldocCJKon
2022-02-01 03:04:40 +03:00
\kerneldocBeginTC{
2021-07-29 18:56:25 +03:00
.. _linux_doc_zh_tw:
繁體中文翻譯
============
.. note ::
內核文檔繁體中文版的翻譯工作正在進行中。如果您願意並且有時間參與這項工
2023-07-07 19:01:19 +03:00
作,歡迎提交補丁給胡皓文 <src.res.211@gmail.com>。
2021-07-29 18:56:25 +03:00
2023-07-08 08:40:52 +03:00
與Linux 內核社區一起工作
------------------------
2021-07-29 18:56:25 +03:00
2023-07-08 08:40:52 +03:00
與內核開發社區進行協作並將工作推向上游的基本指南。
2021-07-29 18:56:25 +03:00
.. toctree ::
2023-07-08 08:40:52 +03:00
:maxdepth: 1
2021-07-29 18:56:25 +03:00
2023-07-08 08:40:52 +03:00
process/development-process
process/submitting-patches
行爲準則 <process/code-of-conduct>
完整開發流程文檔 <process/index>
2021-07-29 18:56:25 +03:00
TODOList:
2023-07-08 08:40:52 +03:00
* maintainer/index
2021-07-29 18:56:25 +03:00
2023-07-08 08:40:52 +03:00
內部API文檔
-----------
2021-07-29 18:56:25 +03:00
2023-07-08 08:40:52 +03:00
開發人員使用的內核內部交互接口手冊。
2021-07-29 18:56:25 +03:00
TODOList:
2023-07-08 08:40:52 +03:00
* core-api/index
* driver-api/index
* 內核中的鎖 <locking/index>
* subsystem-apis
2021-07-29 18:56:25 +03:00
2023-07-08 08:40:52 +03:00
開發工具和流程
--------------
2021-07-29 18:56:25 +03:00
2023-07-08 08:40:52 +03:00
爲所有內核開發人員提供有用信息的各種其他手冊。
2021-07-29 18:56:25 +03:00
2021-07-29 18:56:26 +03:00
.. toctree ::
2023-07-08 08:40:52 +03:00
:maxdepth: 1
2021-07-29 18:56:26 +03:00
2023-07-08 08:40:52 +03:00
process/license-rules
2021-07-29 18:56:26 +03:00
2021-07-29 18:56:25 +03:00
TODOList:
* doc-guide/index
2023-07-08 08:40:52 +03:00
* dev-tools/index
* dev-tools/testing-overview
2021-07-29 18:56:25 +03:00
* kernel-hacking/index
2023-07-08 08:40:52 +03:00
* rust/index
2021-07-29 18:56:25 +03:00
* trace/index
* fault-injection/index
* livepatch/index
2023-07-08 08:40:52 +03:00
面向用戶的文檔
--------------
2021-07-29 18:56:25 +03:00
2023-07-08 08:40:52 +03:00
下列手冊針對
希望內核在給定系統上以最佳方式工作的*用戶* ,
和查找內核用戶空間API信息的程序開發人員。
2021-07-29 18:56:25 +03:00
2021-08-21 12:40:58 +03:00
.. toctree ::
2023-07-08 08:40:52 +03:00
:maxdepth: 1
2021-08-21 12:40:59 +03:00
2023-07-08 08:40:52 +03:00
admin-guide/index
admin-guide/reporting-issues.rst
2021-08-21 12:40:58 +03:00
2021-07-29 18:56:25 +03:00
TODOList:
2023-07-08 08:40:52 +03:00
* userspace-api/index
* 內核構建系統 <kbuild/index>
* 用戶空間工具 <tools/index>
2021-07-29 18:56:25 +03:00
2023-07-08 08:40:52 +03:00
也可參考獨立於內核文檔的 `Linux 手冊頁 <https://www.kernel.org/doc/man-pages/> `_ 。
固件相關文檔
------------
2021-07-29 18:56:25 +03:00
2023-07-08 08:40:52 +03:00
下列文檔描述了內核需要的平臺固件相關信息。
2021-07-29 18:56:25 +03:00
2023-07-08 08:40:52 +03:00
TODOList:
2021-07-29 18:56:25 +03:00
2023-07-08 08:40:52 +03:00
* devicetree/index
* firmware-guide/index
2021-09-08 06:22:30 +03:00
2023-07-08 08:40:52 +03:00
體系結構文檔
------------
2021-09-08 06:22:30 +03:00
2021-07-29 18:56:25 +03:00
TODOList:
2023-07-08 08:40:52 +03:00
* arch/index
2021-07-29 18:56:25 +03:00
其他文檔
--------
2023-07-08 08:40:52 +03:00
有幾份未分類的文檔似乎不適合放在文檔的其他部分,或者可能需要進行一些調整和/或
2021-07-29 18:56:25 +03:00
轉換爲reStructureText格式, 也有可能太舊。
TODOList:
* staging/index
2023-07-08 08:40:52 +03:00
術語表
------
TODOList:
* glossary
索引和表格
2021-07-29 18:56:25 +03:00
----------
* :ref: `genindex`
2021-08-09 04:29:09 +03:00
.. raw :: latex
2022-02-01 03:04:40 +03:00
}\kerneldocEndTC