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