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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user