mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Added disk geometry.
This commit is contained in:
@@ -264,6 +264,9 @@ namespace DiscImageChef.ImagePlugins
|
||||
ImageInfo.sectors = (ulong)(fdihdr.cylinders * fdihdr.heads * fdihdr.spt);
|
||||
ImageInfo.xmlMediaType = XmlMediaType.BlockMedia;
|
||||
ImageInfo.sectorSize = (uint)fdihdr.bps;
|
||||
ImageInfo.cylinders = (uint)fdihdr.cylinders;
|
||||
ImageInfo.heads = (uint)fdihdr.heads;
|
||||
ImageInfo.sectorsPerTrack = (uint)fdihdr.spt;
|
||||
|
||||
anexImageFilter = imageFilter;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user