Skip to content

Commit 4c38b67

Browse files
Tang YizhouJonathan Corbet
authored andcommitted
docs/zh_CN: Add subsystem-apis Chinese translation
Translate subsystem-apis.rst into Chinese. The existence of this document is crucial. Without it, other Chinese documents included in (such as sched-design-CFS.rst) will not be displayed correctly in the left side of the web page. Signed-off-by: Tang Yizhou <yizhou.tang@shopee.com> Reviewed-by: Yanteng Si <siyanteng@loongson.cn> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Message-ID: <20231011152520.31079-1-tangyeechou@gmail.com>
1 parent f949cb7 commit 4c38b67

2 files changed

Lines changed: 111 additions & 4 deletions

File tree

Documentation/translations/zh_CN/index.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,9 @@
5252

5353
core-api/index
5454
driver-api/index
55+
subsystem-apis
5556
内核中的锁 <locking/index>
5657

57-
TODOList:
58-
59-
* subsystem-apis
60-
6158
开发工具和流程
6259
--------------
6360

Lines changed: 110 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,110 @@
1+
.. SPDX-License-Identifier: GPL-2.0
2+
3+
.. include:: ./disclaimer-zh_CN.rst
4+
5+
:Original: Documentation/subsystem-apis.rst
6+
7+
:翻译:
8+
9+
唐艺舟 Tang Yizhou <tangyeechou@gmail.com>
10+
11+
==============
12+
内核子系统文档
13+
==============
14+
15+
这些书籍从内核开发者的角度,详细介绍了特定内核子系统
16+
的如何工作。这里的大部分信息直接取自内核源代码,并
17+
根据需要添加了补充材料(或者至少是我们设法添加的 - 可
18+
能 *不是* 所有的材料都有需要)。
19+
20+
核心子系统
21+
----------
22+
23+
.. toctree::
24+
:maxdepth: 1
25+
26+
core-api/index
27+
driver-api/index
28+
mm/index
29+
power/index
30+
scheduler/index
31+
locking/index
32+
33+
TODOList:
34+
35+
* timers/index
36+
37+
人机接口
38+
--------
39+
40+
.. toctree::
41+
:maxdepth: 1
42+
43+
sound/index
44+
45+
TODOList:
46+
47+
* input/index
48+
* hid/index
49+
* gpu/index
50+
* fb/index
51+
52+
网络接口
53+
--------
54+
55+
.. toctree::
56+
:maxdepth: 1
57+
58+
infiniband/index
59+
60+
TODOList:
61+
62+
* networking/index
63+
* netlabel/index
64+
* isdn/index
65+
* mhi/index
66+
67+
存储接口
68+
--------
69+
70+
.. toctree::
71+
:maxdepth: 1
72+
73+
filesystems/index
74+
75+
TODOList:
76+
77+
* block/index
78+
* cdrom/index
79+
* scsi/index
80+
* target/index
81+
82+
**Fixme**: 这里还需要更多的分类组织工作。
83+
84+
.. toctree::
85+
:maxdepth: 1
86+
87+
accounting/index
88+
cpu-freq/index
89+
iio/index
90+
virt/index
91+
PCI/index
92+
peci/index
93+
94+
TODOList:
95+
96+
* fpga/index
97+
* i2c/index
98+
* leds/index
99+
* pcmcia/index
100+
* spi/index
101+
* w1/index
102+
* watchdog/index
103+
* hwmon/index
104+
* accel/index
105+
* security/index
106+
* crypto/index
107+
* bpf/index
108+
* usb/index
109+
* misc-devices/index
110+
* wmi/index

0 commit comments

Comments
 (0)