mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
Added disk geometry.
This commit is contained in:
@@ -235,7 +235,11 @@ namespace DiscImageChef.DiscImages
|
||||
}
|
||||
imageStream = stream;
|
||||
|
||||
return true;
|
||||
ImageInfo.cylinders = vHdr.cylinders;
|
||||
ImageInfo.heads = vHdr.heads;
|
||||
ImageInfo.sectorsPerTrack = vHdr.spt;
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
public override byte[] ReadSector(ulong sectorAddress)
|
||||
|
||||
Reference in New Issue
Block a user