xref: /DragonOS/docs/index.rst (revision 2813126e3190c9b3c1a836a647b259a7adbe0cf3)
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
16.. toctree::
17   :maxdepth: 1
18   :caption: 内核层
19
20   kernel/boot/index
21   kernel/core_api/index
22   kernel/locking/index
23   kernel/process_management/index
24   kernel/sched/index
25   kernel/memory_management/index
26   kernel/filesystem/index
27   kernel/debug/index
28   kernel/ktest/index
29   kernel/cpu_arch/index
30
31
32.. toctree::
33   :maxdepth: 1
34   :caption: 应用层
35
36   userland/libc/index
37
38.. toctree::
39   :maxdepth: 1
40   :caption: 系统调用api文档
41
42   syscall_api/index
43
44.. toctree::
45   :maxdepth: 1
46   :caption: DragonOS社区
47
48   community/code_contribution/index
49   community/contact/index
50   community/ChangeLog/index
51
52
53Indices and tables
54==================
55
56* :ref:`genindex`
57* :ref:`modindex`
58* :ref:`search`
59