feat: GPT, FAT32 driver, disks app, userspace adapted for multiple drives, and more

This commit is contained in:
2026-03-07 15:58:27 +01:00
parent 8c5c259f5d
commit 4d0177d55e
48 changed files with 5777 additions and 873 deletions
+4
View File
@@ -72,4 +72,8 @@ namespace Montauk {
static int Sys_FCreate(const char* path) {
return Fs::Vfs::VfsCreate(path);
}
static int Sys_FDelete(const char* path) {
return Fs::Vfs::VfsDelete(path);
}
};