mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-09 15:26:47 +00:00
* 1.新增vfs设计文档 2.修改文档版权标志为"2022-2023, DragonOS Community" 3.修改电脑版文档页面的宽度为90% * layout.html末尾加空行
15 lines
323 B
ReStructuredText
15 lines
323 B
ReStructuredText
文件系统
|
||
====================================
|
||
|
||
DragonOS的文件系统模块由VFS(虚拟文件系统)及具体的文件系统组成。
|
||
|
||
todo: 由于文件系统模块重构,文档暂时不可用,预计在2023年4月10日前补齐。
|
||
|
||
.. toctree::
|
||
:maxdepth: 1
|
||
:caption: 目录
|
||
|
||
overview
|
||
vfs/index
|
||
|