mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
* DiscImageChef.Helpers/DiscImageChef.Helpers.csproj: Added code that directly marshals from a big-endian byte array. But untested with nested structures. * DiscImageChef.Partitions/Acorn.cs: Added support for Acorn FileCore partition, closes #4. * DiscImageChef.Partitions/BSD.cs: Moved BSD partitions from inside MBR code to separate code, as they can (and do) appear on other architectures as the only scheme. * DiscImageChef.Partitions/DEC.cs: Added support for DEC disklabels, closes #11. * DiscImageChef.Partitions/DragonFlyBSD.cs: Added support for DragonFly BSD 64-bit disklabels. * DiscImageChef.Partitions/PC98.cs: Added support for NEC PC-9800 partitions. * DiscImageChef.Partitions/RioKarma.cs: Added support for Rio Karma partitions. * DiscImageChef.Partitions/SGI.cs: Added support for SGI DVHs, closes #9. * DiscImageChef.Partitions/UNIX.cs: Moved UNIX partitions from inside MBR code to separate code, as they can (and do) appear on other architectures as the only scheme. * TODO: * README.md: * DiscImageChef.Partitions/DiscImageChef.Partitions.csproj: Added support for Acorn FileCore partition, closes #4. Added support for DEC disklabels, closes #11. Added support for SGI DVHs, closes #9. Moved BSD partitions from inside MBR code to separate code, as they can (and do) appear on other architectures as the only scheme. Added support for DragonFly BSD 64-bit disklabels. Added support for NEC PC-9800 partitions. Added support for Rio Karma partitions. Moved UNIX partitions from inside MBR code to separate code, as they can (and do) appear on other architectures as the only scheme. * DiscImageChef.Partitions/GPT.cs: Added new partition type UUIDs. * DiscImageChef.Partitions/MBR.cs: Moved BSD partitions from inside MBR code to separate code, as they can (and do) appear on other architectures as the only scheme. Moved UNIX partitions from inside MBR code to separate code, as they can (and do) appear on other architectures as the only scheme. * DiscImageChef.Partitions/Sun.cs: Added new partition types. Prepare structures for marshaling.
68 lines
2.0 KiB
Plaintext
68 lines
2.0 KiB
Plaintext
Disc image plugins:
|
|
--- Add support for CloneCD images
|
|
--- Add support for DiscJuggler images
|
|
--- Add support for dump(8) images
|
|
--- Add support for IMD images
|
|
--- Add support for Kryoflux images
|
|
--- Add support for DiscFerret images
|
|
--- Add support for MAME CHDs
|
|
--- Add support for Apple NDIF images
|
|
--- Add support for Apple UDIF images
|
|
--- Add support for XPACK images
|
|
--- Add support for QEMU QCOW and QCOW2 images
|
|
--- Add support for VHDX images
|
|
--- Add support for VirtualBox images
|
|
--- Add support for VMWare images
|
|
--- Add support foe QEMU QED images
|
|
|
|
Filesystem plugins:
|
|
--- Add support for SFS filesystem
|
|
--- Add support for PFS3 filesystem
|
|
--- Add support for Apple DOS filesystems
|
|
--- Add support for AMSDOS filesystem
|
|
--- Add support for CP/M filesystem
|
|
--- Add support for CBM filesystem
|
|
--- Add support for ZFS
|
|
--- Add support for UDF
|
|
--- Add support for CramFS
|
|
--- Add support for VxFS
|
|
--- Add support for VMWare filesystem
|
|
--- Add support for NwFS
|
|
--- Add support for JFS
|
|
--- Add support for Reiser filesystems
|
|
--- Add support for QNX filesystems
|
|
--- Add support for Squashfs
|
|
--- Add support for X-Box filesystems
|
|
--- Add support for FAT+
|
|
--- Add support for ReFS
|
|
--- Add support for ECMA-67
|
|
|
|
Partitioning scheme plugins:
|
|
--- Add support for AIX partitions
|
|
|
|
Teledisk plugin:
|
|
--- Add support for "advanced compression"
|
|
--- Handle variable sectors per track situation. Teledisk seems to be able to read garbage from previous formattings.
|
|
|
|
RAW plugin:
|
|
--- Finish support for reading sectors of variable bytes/sector images
|
|
|
|
Image comparison:
|
|
--- Compare sector tags
|
|
--- Offer the option to see differing values
|
|
--- Optimize and multithread
|
|
|
|
Image checksum:
|
|
--- Checksum disk tags
|
|
--- Checksum sector tags
|
|
--- Checksum long sectors
|
|
--- Optimize and multithread
|
|
|
|
Device handling:
|
|
--- Add support for MMC/SD devices
|
|
--- Add support for NVMe devices
|
|
--- Add support for streaming tape devices
|
|
--- Add mapfile support for resuming dumps
|
|
--- Add support for FreeBSD
|
|
--- Support SCSI mode pages 18h, 1Dh, 20h, 31h, 32h
|
|
--- Support MMC feature codes FF33h |