Skip to content

Commit

Permalink
新版文件系统重构完成 (DragonOS-Community#198)
Browse files Browse the repository at this point in the history
1.重构:VFS
2. 重构:ProcFS
3. 重构:DevFS
4. 重构:FAT32
5. 重构:AHCI驱动
6. 新增:RamFS
7. 新增:MountFS
8. 新增:FAT12
9. 新增:FAT16
10. 重构:设备抽象

Co-authored-by: guanjinquan <[email protected]>
Co-authored-by: DaJiYuQia <[email protected]>
  • Loading branch information
3 people authored Mar 12, 2023
1 parent 17041e0 commit 004e86f
Show file tree
Hide file tree
Showing 109 changed files with 11,256 additions and 7,484 deletions.
2 changes: 2 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,8 @@
"assert.h": "c",
"sys_version.h": "c",
"cmd.h": "c",
"user_namespace.h": "c",
"sleep.h": "c",
"net.h": "c"
},
"C_Cpp.errorSquiggles": "Enabled",
Expand Down
24 changes: 0 additions & 24 deletions docs/kernel/filesystem/devfs/index.md

This file was deleted.

216 changes: 0 additions & 216 deletions docs/kernel/filesystem/fat32/index.md

This file was deleted.

6 changes: 3 additions & 3 deletions docs/kernel/filesystem/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@

DragonOS的文件系统模块由VFS(虚拟文件系统)及具体的文件系统组成。

todo: 由于文件系统模块重构,文档暂时不可用,预计在2023年4月10日前补齐。

.. toctree::
:maxdepth: 1
:caption: 目录

vfs/index
fat32/index
rootfs/index
devfs/index

7 changes: 0 additions & 7 deletions docs/kernel/filesystem/rootfs/index.md

This file was deleted.

Loading

0 comments on commit 004e86f

Please sign in to comment.