1.. DragonOS documentation master file, created by 2 sphinx-quickstart on Fri Jun 17 23:12:00 2022. 3 You can adapt this file completely to your liking, but it should at least 4 contain the root `toctree` directive. 5 6欢迎来到DragonOS的文档! 7==================================== 8 9.. toctree:: 10 :maxdepth: 1 11 :caption: 入门 12 13 introduction/intro 14 introduction/build_system 15 16.. toctree:: 17 :maxdepth: 1 18 :caption: 内核层 19 20 kernel/bootloader/index 21 kernel/process_management/index 22 kernel/filesystem/index 23 24 25.. toctree:: 26 :maxdepth: 1 27 :caption: 应用层 28 29 userland/libc/index 30 31.. toctree:: 32 :maxdepth: 1 33 :caption: 系统调用api文档 34 35 syscall_api/index 36 37.. toctree:: 38 :maxdepth: 1 39 :caption: DragonOS社区 40 41 community/code_contribution/index 42 community/contact/index 43 44 45Indices and tables 46================== 47 48* :ref:`genindex` 49* :ref:`modindex` 50* :ref:`search` 51