mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-08 18:26:48 +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>
63 lines
1.2 KiB
ReStructuredText
63 lines
1.2 KiB
ReStructuredText
.. DragonOS documentation master file, created by
|
||
sphinx-quickstart on Fri Jun 17 23:12:00 2022.
|
||
You can adapt this file completely to your liking, but it should at least
|
||
contain the root `toctree` directive.
|
||
|
||
欢迎来到DragonOS的文档!
|
||
====================================
|
||
|
||
.. toctree::
|
||
:maxdepth: 1
|
||
:caption: 入门
|
||
|
||
introduction/index
|
||
introduction/build_system
|
||
introduction/mirrors
|
||
|
||
.. toctree::
|
||
:maxdepth: 1
|
||
:caption: 内核层
|
||
|
||
kernel/configuration/index
|
||
kernel/boot/index
|
||
kernel/core_api/index
|
||
kernel/locking/index
|
||
kernel/process_management/index
|
||
kernel/sched/index
|
||
kernel/ipc/index
|
||
kernel/memory_management/index
|
||
kernel/filesystem/index
|
||
kernel/debug/index
|
||
kernel/ktest/index
|
||
kernel/cpu_arch/index
|
||
kernel/libs/index
|
||
|
||
|
||
.. toctree::
|
||
:maxdepth: 1
|
||
:caption: 应用层
|
||
|
||
userland/appdev/index
|
||
|
||
.. toctree::
|
||
:maxdepth: 1
|
||
:caption: 系统调用api文档
|
||
|
||
syscall_api/index
|
||
|
||
.. toctree::
|
||
:maxdepth: 1
|
||
:caption: DragonOS社区
|
||
|
||
community/code_contribution/index
|
||
community/contact/index
|
||
community/ChangeLog/index
|
||
|
||
|
||
Indices and tables
|
||
==================
|
||
|
||
* :ref:`genindex`
|
||
* :ref:`modindex`
|
||
* :ref:`search`
|