Add fstester images created from Darwin, Mac OS X Server and MorphOS.

This commit is contained in:
2021-05-25 03:09:48 +01:00
parent 4a20469146
commit f50a9b2a66
25 changed files with 985 additions and 191 deletions

View File

@@ -45,6 +45,45 @@ namespace Aaru.Tests.Filesystems.FAT12
public override FileSystemTest[] Tests => new[]
{
new FileSystemTest
{
TestFile = "darwin_6.0.2.aif",
MediaType = MediaType.GENERIC_HDD,
Sectors = 24576,
SectorSize = 512,
Bootable = true,
Clusters = 3016,
ClusterSize = 4096,
SystemId = "BSD 4.4",
VolumeName = "VOLUMELABEL",
VolumeSerial = "AA180CF0"
},
new FileSystemTest
{
TestFile = "darwin_7.0.1.aif",
MediaType = MediaType.GENERIC_HDD,
Sectors = 24576,
SectorSize = 512,
Bootable = true,
Clusters = 3064,
ClusterSize = 4096,
SystemId = "BSD 4.4",
VolumeName = "VOLUMELABEL",
VolumeSerial = "EC241B05"
},
new FileSystemTest
{
TestFile = "darwin_8.0.1.aif",
MediaType = MediaType.GENERIC_HDD,
Sectors = 24576,
SectorSize = 512,
Bootable = true,
Clusters = 3064,
ClusterSize = 4096,
SystemId = "BSD 4.4",
VolumeName = "VOLUMELABEL",
VolumeSerial = "64F5191A"
},
new FileSystemTest
{
TestFile = "compaqmsdos331.aif",