mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
* FileSystemIDandChk/Plugins/FAT.cs:
Modified logic to work around FAT12 predating DOS 2.0. Limiting it to disks supported by 86-DOS and DOS 1.x, yet probably it will give false positives. * FileSystemIDandChk/PrintHex.cs: * FileSystemIDandChk/FileSystemIDandChk.csproj: Added function to print hexadecimal output of sector, useful for debugging with compressed disk images.
This commit is contained in:
@@ -75,6 +75,7 @@
|
||||
<Compile Include="Plugins\LisaFS.cs" />
|
||||
<Compile Include="ImagePlugins\TeleDisk.cs" />
|
||||
<Compile Include="ArrayFill.cs" />
|
||||
<Compile Include="PrintHex.cs" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
||||
<ItemGroup>
|
||||
|
||||
Reference in New Issue
Block a user