mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-18 16:26:31 +00:00
Merge commit '4473ff5'
This commit is contained in:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user