mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
* FileSystemIDandChk/TODO:
* FileSystemIDandChk/Main.cs: * FileSystemIDandChk/README.md: * FileSystemIDandChk/FileSystemIDandChk.csproj: * FileSystemIDandChk/ImagePlugins/ZZZRawImage.cs: Adds support for RAW (sector by sector) disk images. * FileSystemIDandChk/ImagePlugins/ImagePlugin.cs: Add definitions for BD-R, BD-RE XL and FDFORMAT disk types. * FileSystemIDandChk/ImagePlugins/TeleDisk.cs: Add bounding checks on ReadSectors()
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
Disc image plugins:
|
||||
--- Add support for no disc image, that is, raw.
|
||||
--- Add support for BlindWrite images
|
||||
--- Add support for CloneCD images
|
||||
--- Add support for DiscJuggler images
|
||||
@@ -66,4 +65,7 @@ Other things:
|
||||
|
||||
Teledisk plugin:
|
||||
--- Add support for "advanced compression"
|
||||
--- Handle variable sectors per track situation. Teledisk seems to be able to read garbage from previous formattings.
|
||||
--- 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
|
||||
Reference in New Issue
Block a user