mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-18 08:06:32 +00:00
bug fix
This commit is contained in:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user