0001 .. SPDX-License-Identifier: GPL-2.0
0002
0003 .. raw:: latex
0004
0005 \renewcommand\thesection*
0006 \renewcommand\thesubsection*
0007 \kerneldocCJKon
0008 \kerneldocBeginTC{
0009
0010 .. _linux_doc_zh_tw:
0011
0012 繁體中文翻譯
0013 ============
0014
0015
0016 .. note::
0017 內核文檔繁體中文版的翻譯工作正在進行中。如果您願意並且有時間參與這項工
0018 作,歡迎提交補丁給胡皓文 <src.res@email.cn>。
0019
0020 許可證文檔
0021 ----------
0022
0023 下面的文檔介紹了Linux內核原始碼的許可證(GPLv2)、如何在原始碼樹中正確標記
0024 單個文件的許可證、以及指向完整許可證文本的連結。
0025
0026 Documentation/translations/zh_TW/process/license-rules.rst
0027
0028 用戶文檔
0029 --------
0030
0031 下面的手冊是爲內核用戶編寫的——即那些試圖讓它在給定系統上以最佳方式工作的
0032 用戶。
0033
0034 .. toctree::
0035 :maxdepth: 2
0036
0037 admin-guide/index
0038
0039 TODOList:
0040
0041 * kbuild/index
0042
0043 固件相關文檔
0044 ------------
0045
0046 下列文檔描述了內核需要的平台固件相關信息。
0047
0048 TODOList:
0049
0050 * firmware-guide/index
0051 * devicetree/index
0052
0053 應用程式開發人員文檔
0054 --------------------
0055
0056 用戶空間API手冊涵蓋了描述應用程式開發人員可見內核接口方面的文檔。
0057
0058 TODOlist:
0059
0060 * userspace-api/index
0061
0062 內核開發簡介
0063 ------------
0064
0065 這些手冊包含有關如何開發內核的整體信息。內核社區非常龐大,一年下來有數千名
0066 開發人員做出貢獻。與任何大型社區一樣,知道如何完成任務將使得更改合併的過程
0067 變得更加容易。
0068
0069 .. toctree::
0070 :maxdepth: 2
0071
0072 process/index
0073
0074 TODOList:
0075
0076 * dev-tools/index
0077 * doc-guide/index
0078 * kernel-hacking/index
0079 * trace/index
0080 * maintainer/index
0081 * fault-injection/index
0082 * livepatch/index
0083 * rust/index
0084
0085 內核API文檔
0086 -----------
0087
0088 以下手冊從內核開發人員的角度詳細介紹了特定的內核子系統是如何工作的。這裡的
0089 大部分信息都是直接從內核原始碼獲取的,並根據需要添加補充材料(或者至少是在
0090 我們設法添加的時候——可能不是所有的都是有需要的)。
0091
0092 .. toctree::
0093 :maxdepth: 2
0094
0095 cpu-freq/index
0096 filesystems/index
0097
0098 TODOList:
0099
0100 * driver-api/index
0101 * core-api/index
0102 * locking/index
0103 * accounting/index
0104 * block/index
0105 * cdrom/index
0106 * ide/index
0107 * fb/index
0108 * fpga/index
0109 * hid/index
0110 * i2c/index
0111 * iio/index
0112 * isdn/index
0113 * infiniband/index
0114 * leds/index
0115 * netlabel/index
0116 * networking/index
0117 * pcmcia/index
0118 * power/index
0119 * target/index
0120 * timers/index
0121 * spi/index
0122 * w1/index
0123 * watchdog/index
0124 * virt/index
0125 * input/index
0126 * hwmon/index
0127 * gpu/index
0128 * security/index
0129 * sound/index
0130 * crypto/index
0131 * mm/index
0132 * bpf/index
0133 * usb/index
0134 * PCI/index
0135 * scsi/index
0136 * misc-devices/index
0137 * scheduler/index
0138 * mhi/index
0139
0140 體系結構無關文檔
0141 ----------------
0142
0143 TODOList:
0144
0145 * asm-annotations
0146
0147 特定體系結構文檔
0148 ----------------
0149
0150 .. toctree::
0151 :maxdepth: 2
0152
0153 arm64/index
0154
0155 TODOList:
0156
0157 * arch
0158
0159 其他文檔
0160 --------
0161
0162 有幾份未排序的文檔似乎不適合放在文檔的其他部分,或者可能需要進行一些調整和/或
0163 轉換爲reStructureText格式,也有可能太舊。
0164
0165 TODOList:
0166
0167 * staging/index
0168 * watch_queue
0169
0170 目錄和表格
0171 ----------
0172
0173 * :ref:`genindex`
0174
0175 .. raw:: latex
0176
0177 }\kerneldocEndTC