DragonOS/docs/kernel/core_api/index.rst

26 lines
537 B
ReStructuredText
Raw Normal View History

2022-07-26 10:45:11 +00:00
====================================
2022-07-12 12:39:33 +00:00
核心API文档
====================================
这里是DragonOS的核心api文档。
.. toctree::
:maxdepth: 1
:caption: 内核实用函数库
kernel_api
2022-07-27 04:11:29 +00:00
atomic
2022-07-29 09:18:55 +00:00
data_structures
2022-07-26 10:45:11 +00:00
内存管理
===================
这里快速讲解了如何在DragonOS中分配、使用内存。以便您能快速的了解这个模块。
详细的内存管理模块的文档请参见::ref:`memory_management_module`
.. toctree::
:maxdepth: 1
2022-07-26 16:09:19 +00:00
allocate-memory
mm-api