[CBMFS] Implement full support for mounting, reading and extracting Commodore 1540/1541/1571/1581 filesystems.

This commit is contained in:
2024-04-22 04:49:14 +01:00
parent 4bec55a243
commit 99b98bae3f
9 changed files with 750 additions and 3 deletions

View File

@@ -2517,6 +2517,15 @@ namespace Aaru.Filesystems {
}
}
/// <summary>
/// Looks up a localized string similar to This disk contains a relative file. These have not been fully tested, please open a bug report and include this disk image..
/// </summary>
internal static string CBM_Mount_REL_file_warning {
get {
return ResourceManager.GetString("CBM_Mount_REL_file_warning", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Commodore file system.
/// </summary>