mirror of
https://github.com/wichtounet/thor-os.git
synced 2025-09-13 14:36:37 -04:00
Cleanup
This commit is contained in:
parent
5c278a27aa
commit
74ab80f54f
@ -41,11 +41,12 @@ int64_t vfs::mount(partition_type type, const char* mount_point, const char* dev
|
|||||||
//TODO Generalize
|
//TODO Generalize
|
||||||
disks::mount(disks::disk_by_uuid(0), 0);
|
disks::mount(disks::disk_by_uuid(0), 0);
|
||||||
|
|
||||||
return 0;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//TODO Save the mount point in the mount point list structure
|
||||||
}
|
}
|
||||||
|
|
||||||
std::vector<std::string> get_path(const char* file_path){
|
std::vector<std::string> get_path(const char* file_path){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user