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/fs/fat32.md
Normal file
1
docs/kernel/filesystem/fs/fat32.md
Normal file
@ -0,0 +1 @@
|
||||
# FAT32文件系统
|
12
docs/kernel/filesystem/fs/index.rst
Normal file
12
docs/kernel/filesystem/fs/index.rst
Normal file
@ -0,0 +1,12 @@
|
||||
|
||||
具体文件系统
|
||||
====================================
|
||||
|
||||
具体文件系统实现了VFS中所规定的接口,并挂载到VFS之中。
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
:caption: 目录
|
||||
|
||||
fat32
|
||||
|
Reference in New Issue
Block a user