index.rst 559 B

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