1.. SPDX-License-Identifier: GPL-2.0
2
3.. raw:: latex
4
5	\renewcommand\thesection*
6	\renewcommand\thesubsection*
7	\kerneldocCJKon
8	\kerneldocBeginTC
9
10.. _linux_doc_zh_tw:
11
12繁體中文翻譯
13============
14
15
16.. note::
17   內核文檔繁體中文版的翻譯工作正在進行中。如果您願意並且有時間參與這項工
18   作,歡迎提交補丁給胡皓文 <src.res@email.cn>。
19
20許可證文檔
21----------
22
23下面的文檔介紹了Linux內核原始碼的許可證(GPLv2)、如何在原始碼樹中正確標記
24單個文件的許可證、以及指向完整許可證文本的連結。
25
26Documentation/translations/zh_TW/process/license-rules.rst
27
28用戶文檔
29--------
30
31下面的手冊是爲內核用戶編寫的——即那些試圖讓它在給定系統上以最佳方式工作的
32用戶。
33
34.. toctree::
35   :maxdepth: 2
36
37   admin-guide/index
38
39TODOList:
40
41* kbuild/index
42
43固件相關文檔
44------------
45
46下列文檔描述了內核需要的平台固件相關信息。
47
48TODOList:
49
50* firmware-guide/index
51* devicetree/index
52
53應用程式開發人員文檔
54--------------------
55
56用戶空間API手冊涵蓋了描述應用程式開發人員可見內核接口方面的文檔。
57
58TODOlist:
59
60* userspace-api/index
61
62內核開發簡介
63------------
64
65這些手冊包含有關如何開發內核的整體信息。內核社區非常龐大,一年下來有數千名
66開發人員做出貢獻。與任何大型社區一樣,知道如何完成任務將使得更改合併的過程
67變得更加容易。
68
69.. toctree::
70   :maxdepth: 2
71
72   process/index
73
74TODOList:
75
76* dev-tools/index
77* doc-guide/index
78* kernel-hacking/index
79* trace/index
80* maintainer/index
81* fault-injection/index
82* livepatch/index
83* rust/index
84
85內核API文檔
86-----------
87
88以下手冊從內核開發人員的角度詳細介紹了特定的內核子系統是如何工作的。這裡的
89大部分信息都是直接從內核原始碼獲取的,並根據需要添加補充材料(或者至少是在
90我們設法添加的時候——可能不是所有的都是有需要的)。
91
92.. toctree::
93   :maxdepth: 2
94
95   cpu-freq/index
96   filesystems/index
97
98TODOList:
99
100* driver-api/index
101* core-api/index
102* locking/index
103* accounting/index
104* block/index
105* cdrom/index
106* ide/index
107* fb/index
108* fpga/index
109* hid/index
110* i2c/index
111* iio/index
112* isdn/index
113* infiniband/index
114* leds/index
115* netlabel/index
116* networking/index
117* pcmcia/index
118* power/index
119* target/index
120* timers/index
121* spi/index
122* w1/index
123* watchdog/index
124* virt/index
125* input/index
126* hwmon/index
127* gpu/index
128* security/index
129* sound/index
130* crypto/index
131* vm/index
132* bpf/index
133* usb/index
134* PCI/index
135* scsi/index
136* misc-devices/index
137* scheduler/index
138* mhi/index
139
140體系結構無關文檔
141----------------
142
143.. toctree::
144   :maxdepth: 2
145
146   arm64/index
147
148TODOList:
149
150* asm-annotations
151
152特定體系結構文檔
153----------------
154
155TODOList:
156
157* arch
158
159其他文檔
160--------
161
162有幾份未排序的文檔似乎不適合放在文檔的其他部分,或者可能需要進行一些調整和/或
163轉換爲reStructureText格式,也有可能太舊。
164
165TODOList:
166
167* staging/index
168* watch_queue
169
170目錄和表格
171----------
172
173* :ref:`genindex`
174
175.. raw:: latex
176
177	\kerneldocEndTC
178