Added disk geometry.

This commit is contained in:
2017-08-02 23:01:11 +01:00
parent 959d979230
commit 08425e9ccc
31 changed files with 831 additions and 91 deletions

View File

@@ -66,6 +66,10 @@ namespace DiscImageChef.ImagePlugins
public string driveSerialNumber;
public string driveFirmwareRevision;
public XmlMediaType xmlMediaType;
// CHS geometry...
public uint cylinders;
public uint heads;
public uint sectorsPerTrack;
}
}