mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Implemented support for Amiga RDB.
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
2015-04-20 Natalia Portillo <claunia@claunia.com>
|
||||||
|
|
||||||
|
* PartPlugins/RDB.cs:
|
||||||
|
* DiscImageChef.csproj:
|
||||||
|
Implemented support for Amiga RDB.
|
||||||
|
|
||||||
2015-04-19 Natalia Portillo <claunia@claunia.com>
|
2015-04-19 Natalia Portillo <claunia@claunia.com>
|
||||||
|
|
||||||
* Plugins/ProDOS.cs:
|
* Plugins/ProDOS.cs:
|
||||||
|
|||||||
@@ -110,6 +110,7 @@
|
|||||||
<Compile Include="Checksums\FletcherContext.cs" />
|
<Compile Include="Checksums\FletcherContext.cs" />
|
||||||
<Compile Include="Checksums\SpamSumContext.cs" />
|
<Compile Include="Checksums\SpamSumContext.cs" />
|
||||||
<Compile Include="ImagePlugins\Apple2MG.cs" />
|
<Compile Include="ImagePlugins\Apple2MG.cs" />
|
||||||
|
<Compile Include="PartPlugins\RDB.cs" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|||||||
1527
DiscImageChef/PartPlugins/RDB.cs
Normal file
1527
DiscImageChef/PartPlugins/RDB.cs
Normal file
File diff suppressed because it is too large
Load Diff
@@ -47,6 +47,7 @@ Supported partitioning schemes
|
|||||||
* UNIX VTOC inside MBR
|
* UNIX VTOC inside MBR
|
||||||
* Apple Partition Map
|
* Apple Partition Map
|
||||||
* NeXT disklabel
|
* NeXT disklabel
|
||||||
|
* Amiga Rigid Disk Block (RDB)
|
||||||
|
|
||||||
Supported file systems
|
Supported file systems
|
||||||
======================
|
======================
|
||||||
|
|||||||
1
TODO
1
TODO
@@ -47,7 +47,6 @@ Filesystem plugins:
|
|||||||
|
|
||||||
Partitioning scheme plugins:
|
Partitioning scheme plugins:
|
||||||
--- Add support for Acorn partitions
|
--- Add support for Acorn partitions
|
||||||
--- Add support for Amiga's RDB
|
|
||||||
--- Add support for Atari partitions
|
--- Add support for Atari partitions
|
||||||
--- Add support for AIX partitions
|
--- Add support for AIX partitions
|
||||||
--- Add support for EFI GPT
|
--- Add support for EFI GPT
|
||||||
|
|||||||
Reference in New Issue
Block a user