Explorar o código

doc: 调整目录

fslongjin %!s(int64=2) %!d(string=hai) anos
pai
achega
499d32d17c

+ 0 - 2
docs/kernel/filesystem/fs/fat32.md → docs/kernel/filesystem/fat32/index.md

@@ -205,8 +205,6 @@ struct fat32_Directory_t
 
 ## TODO
 
-- 实现FAT32文件系统与具体类型的磁盘操作的解耦
-
 - 完全实现VFS定义的文件接口
 
 - 性能优化

+ 0 - 12
docs/kernel/filesystem/fs/index.rst

@@ -1,12 +0,0 @@
-
-具体文件系统
-====================================
-
-具体文件系统实现了VFS中所规定的接口,并挂载到VFS之中。
-
-.. toctree::
-   :maxdepth: 1
-   :caption: 目录
-
-   fat32
-

+ 1 - 1
docs/kernel/filesystem/index.rst

@@ -8,4 +8,4 @@ DragonOS的文件系统模块由VFS(虚拟文件系统)及具体的文件系
    :caption: 目录
 
    vfs/index
-   fs/index
+   fat32/index