mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-09 07:06:47 +00:00
25 lines
518 B
ReStructuredText
25 lines
518 B
ReStructuredText
====================================
|
|
核心API文档
|
|
====================================
|
|
|
|
这里是DragonOS的核心api文档。
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: 内核实用函数库
|
|
|
|
kernel_api
|
|
atomic
|
|
|
|
内存管理
|
|
===================
|
|
|
|
这里快速讲解了如何在DragonOS中分配、使用内存。以便您能快速的了解这个模块。
|
|
|
|
详细的内存管理模块的文档请参见::ref:`memory_management_module`
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
allocate-memory
|
|
mm-api |