mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-08 14:16:47 +00:00
* 删除C版本的crc库 * 删除lockref * 删除过时的libc文档以及wait.c * 删除过时的C版本kfifo代码及文档 * 移除未用到的lz4库 * 删除内核的stdlib.c * 删除fabs.c * fmt * 使得put_string系统调用能够通过tty输出颜色 暂且这样改,这一部分应该是用户层面提供的功能,后续删除 --------- Co-authored-by: GnoCiYeH <heyicong@dragonos.org>
16 lines
266 B
ReStructuredText
16 lines
266 B
ReStructuredText
====================================
|
|
核心API文档
|
|
====================================
|
|
|
|
这里是DragonOS的核心api文档。
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: 内核实用函数库
|
|
|
|
kernel_api
|
|
atomic
|
|
casting
|
|
notifier_chain
|
|
softirq
|