xref: /DragonOS/docs/kernel/core_api/index.rst (revision 1b4f812fe437e681dc3cf25818c420d2561c9a64)
1====================================
2核心API文档
3====================================
4
5   这里是DragonOS的核心api文档。
6
7.. toctree::
8   :maxdepth: 1
9   :caption: 内核实用函数库
10
11   kernel_api
12
13内存管理
14===================
15
16   这里快速讲解了如何在DragonOS中分配、使用内存。以便您能快速的了解这个模块。
17
18   详细的内存管理模块的文档请参见::ref:`memory_management_module`
19
20.. toctree::
21   :maxdepth: 1
22
23   allocate-memory
24   mm-api