mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
* DiscImageChef.Filesystems/FFS.cs:
Added support for superblock offset in Atari UNIX. * DiscImageChef.Filesystems/SysV.cs: Corrected big endian magic. * DiscImageChef.Partitions/Atari.cs: Added support for Atari UNIX, MINIX and HFS partitions.
This commit is contained in:
@@ -48,7 +48,7 @@ namespace DiscImageChef.Plugins
|
||||
const UInt32 XENIX_MAGIC = 0x002B5544;
|
||||
const UInt32 XENIX_CIGAM = 0x44552B00;
|
||||
const UInt32 SYSV_MAGIC = 0xFD187E20;
|
||||
const UInt32 SYSV_CIGAM = 0xFD187E20;
|
||||
const UInt32 SYSV_CIGAM = 0x207E18FD;
|
||||
// Rest have no magic.
|
||||
// Per a Linux kernel, Coherent fs has following:
|
||||
const string COH_FNAME = "nonamexxxxx ";
|
||||
|
||||
Reference in New Issue
Block a user