mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-22 19:33:26 +00:00
:doc: 补充了VFS的部分文档信息
This commit is contained in:
13
docs/kernel/filesystem/vfs/index.rst
Normal file
13
docs/kernel/filesystem/vfs/index.rst
Normal file
@ -0,0 +1,13 @@
|
||||
|
||||
VFS虚拟文件系统
|
||||
====================================
|
||||
|
||||
在DragonOS中,VFS作为适配器,遮住了具体文件系统之间的差异,对外提供统一的文件操作接口抽象。
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
:caption: 目录
|
||||
|
||||
overview
|
||||
api
|
||||
|
Reference in New Issue
Block a user