1、在文件系统目录下增加mod.rs 2、将VFS的路径改为vfs(#133)

2、将VFS的路径改为vfs
This commit is contained in:
login
2023-01-01 16:53:57 +08:00
committed by GitHub
parent 843e442971
commit 587086d3f2
29 changed files with 28 additions and 23 deletions

View File

@ -6,7 +6,7 @@
#include <driver/disk/ahci/ahci.h>
#include <exception/gate.h>
#include <exception/irq.h>
#include <filesystem/VFS/VFS.h>
#include <filesystem/vfs/VFS.h>
#include <filesystem/fat32/fat32.h>
#include <mm/slab.h>
#include <process/process.h>