DragonOS/docs/index.rst
LoGin 4fda81ce81
使得DragonOS kernel 能为riscv64编译通过(尚未能启动) (#457)
* 使得DragonOS kernel 能为riscv64编译通过(尚未能启动)

* 修正了系统调用号声明不正确的问题,同时添加了编译配置文档
2023-11-25 12:07:39 +08:00

64 lines
1.2 KiB
ReStructuredText
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

.. 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
userland/libc/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`