Merge commit '4473ff5'

This commit is contained in:
fslongjin
2022-04-26 00:26:03 +08:00
11 changed files with 113 additions and 34 deletions

View File

@ -699,7 +699,9 @@ struct vfs_filesystem_type_t fat32_fs_type =
};
void fat32_init()
{
kinfo("Initializing FAT32...");
// kinfo("Initializing FAT32...");
// 在VFS中注册fat32文件系统
vfs_register_filesystem(&fat32_fs_type);