mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-18 08:06:32 +00:00
:doc: 新增了文件系统的文档框架(待填充)
This commit is contained in:
1
docs/kernel/filesystem/vfs/api.md
Normal file
1
docs/kernel/filesystem/vfs/api.md
Normal file
@ -0,0 +1 @@
|
||||
# VFS API文档
|
12
docs/kernel/filesystem/vfs/overview.rst
Normal file
12
docs/kernel/filesystem/vfs/overview.rst
Normal file
@ -0,0 +1,12 @@
|
||||
|
||||
VFS虚拟文件系统
|
||||
====================================
|
||||
|
||||
在DragonOS中,VFS作为适配器,遮住了具体文件系统之间的差异,对外提供统一的文件操作接口抽象。
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
:caption: 目录
|
||||
|
||||
api
|
||||
|
Reference in New Issue
Block a user