mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-09 11:16:47 +00:00
1.重构:VFS 2. 重构:ProcFS 3. 重构:DevFS 4. 重构:FAT32 5. 重构:AHCI驱动 6. 新增:RamFS 7. 新增:MountFS 8. 新增:FAT12 9. 新增:FAT16 10. 重构:设备抽象 Co-authored-by: guanjinquan <1666320330@qq.com> Co-authored-by: DaJiYuQia <88259094+DaJiYuQia@users.noreply.github.com>
14 lines
311 B
ReStructuredText
14 lines
311 B
ReStructuredText
文件系统
|
||
====================================
|
||
|
||
DragonOS的文件系统模块由VFS(虚拟文件系统)及具体的文件系统组成。
|
||
|
||
todo: 由于文件系统模块重构,文档暂时不可用,预计在2023年4月10日前补齐。
|
||
|
||
.. toctree::
|
||
:maxdepth: 1
|
||
:caption: 目录
|
||
|
||
vfs/index
|
||
|