This commit is contained in:
fslongjin
2022-04-25 17:44:38 +08:00
parent e03cdea153
commit c7b2d52c62
3 changed files with 3 additions and 5 deletions

View File

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