xref: /DragonOS/docs/index.rst (revision 06b09f34ed64a006a80ae8df383e3c8b176f02e0)
1.. DragonOS documentation master file, created by
2   sphinx-quickstart on Fri Jun 17 23:12:00 2022.
3   You can adapt this file completely to your liking, but it should at least
4   contain the root `toctree` directive.
5
6欢迎来到DragonOS的文档!
7====================================
8
9.. toctree::
10   :maxdepth: 1
11   :caption: 入门
12
13   introduction/index
14   introduction/build_system
15   introduction/mirrors
16
17.. toctree::
18   :maxdepth: 1
19   :caption: 内核层
20
21   kernel/boot/index
22   kernel/core_api/index
23   kernel/locking/index
24   kernel/process_management/index
25   kernel/sched/index
26   kernel/ipc/index
27   kernel/memory_management/index
28   kernel/filesystem/index
29   kernel/debug/index
30   kernel/ktest/index
31   kernel/cpu_arch/index
32
33
34.. toctree::
35   :maxdepth: 1
36   :caption: 应用层
37
38   userland/libc/index
39
40.. toctree::
41   :maxdepth: 1
42   :caption: 系统调用api文档
43
44   syscall_api/index
45
46.. toctree::
47   :maxdepth: 1
48   :caption: DragonOS社区
49
50   community/code_contribution/index
51   community/contact/index
52   community/ChangeLog/index
53
54
55Indices and tables
56==================
57
58* :ref:`genindex`
59* :ref:`modindex`
60* :ref:`search`
61