brintos

brintos / linux-shallow public Read only

0
0
Text · 1.5 KiB · 47780bb Raw
111 lines · plain
1.. SPDX-License-Identifier: GPL-2.02 3.. include:: ./disclaimer-zh_CN.rst4 5:Original: Documentation/subsystem-apis.rst6 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: 125 26   core-api/index27   driver-api/index28   mm/index29   power/index30   scheduler/index31   locking/index32 33TODOList:34 35* timers/index36 37人机接口38--------39 40.. toctree::41   :maxdepth: 142 43   sound/index44 45TODOList:46 47* input/index48* hid/index49* gpu/index50* fb/index51 52网络接口53--------54 55.. toctree::56   :maxdepth: 157 58   infiniband/index59 60TODOList:61 62* networking/index63* netlabel/index64* isdn/index65* mhi/index66 67存储接口68--------69 70.. toctree::71   :maxdepth: 172 73   filesystems/index74 75TODOList:76 77* block/index78* cdrom/index79* scsi/index80* target/index81 82**Fixme**: 这里还需要更多的分类组织工作。83 84.. toctree::85   :maxdepth: 186 87   accounting/index88   cpu-freq/index89   iio/index90   virt/index91   PCI/index92   peci/index93 94TODOList:95 96* fpga/index97* i2c/index98* leds/index99* pcmcia/index100* spi/index101* w1/index102* watchdog/index103* hwmon/index104* accel/index105* security/index106* crypto/index107* bpf/index108* usb/index109* misc-devices/index110* wmi/index111