mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Changed VTOC plugin from UNIX to VTOC.
Added UNIX plugin for hardwired partition tables on old UNIX kernels. Added several DEC hard disks.
This commit is contained in:
@@ -38,12 +38,12 @@ using DiscImageChef.ImagePlugins;
|
||||
|
||||
namespace DiscImageChef.PartPlugins
|
||||
{
|
||||
public class UNIX : PartPlugin
|
||||
public class VTOC : PartPlugin
|
||||
{
|
||||
public const uint UNIXDiskLabel_MAGIC = 0xCA5E600D;
|
||||
public const uint UNIXVTOC_MAGIC = 0x600DDEEE;
|
||||
|
||||
public UNIX()
|
||||
public VTOC()
|
||||
{
|
||||
Name = "UNIX VTOC";
|
||||
PluginUUID = new Guid("6D35A66F-8D77-426F-A562-D88F6A1F1702");
|
||||
|
||||
Reference in New Issue
Block a user