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 cpu-freq/index 95 96TODOList: 97 98* driver-api/index 99* core-api/index 100* locking/index 101* accounting/index 102* block/index 103* cdrom/index 104* ide/index 105* fb/index 106* fpga/index 107* hid/index 108* i2c/index 109* iio/index 110* isdn/index 111* infiniband/index 112* leds/index 113* netlabel/index 114* networking/index 115* pcmcia/index 116* power/index 117* target/index 118* timers/index 119* spi/index 120* w1/index 121* watchdog/index 122* virt/index 123* input/index 124* hwmon/index 125* gpu/index 126* security/index 127* sound/index 128* crypto/index 129* filesystems/index 130* vm/index 131* bpf/index 132* usb/index 133* PCI/index 134* scsi/index 135* misc-devices/index 136* scheduler/index 137* mhi/index 138 139體系結構無關文檔 140---------------- 141 142.. toctree:: 143 :maxdepth: 2 144 145 arm64/index 146 147TODOList: 148 149* asm-annotations 150 151特定體系結構文檔 152---------------- 153 154TODOList: 155 156* arch 157 158其他文檔 159-------- 160 161有幾份未排序的文檔似乎不適合放在文檔的其他部分,或者可能需要進行一些調整和/或 162轉換爲reStructureText格式,也有可能太舊。 163 164TODOList: 165 166* staging/index 167* watch_queue 168 169目錄和表格 170---------- 171 172* :ref:`genindex` 173 174.. raw:: latex 175 176 \kerneldocEndTC 177