:doc: 新增了文件系统的文档框架(待填充)

This commit is contained in:
longjin
2022-06-28 23:53:50 +08:00
parent 9eb9d759e6
commit 6a2ed3c4ee
6 changed files with 38 additions and 0 deletions

View File

@ -0,0 +1 @@
# VFS API文档

View File

@ -0,0 +1,12 @@
VFS虚拟文件系统
====================================
在DragonOS中VFS作为适配器遮住了具体文件系统之间的差异对外提供统一的文件操作接口抽象。
.. toctree::
:maxdepth: 1
:caption: 目录
api