Move common Apple boot block information and structs to its own class.

This commit is contained in:
2020-02-19 00:12:15 +00:00
parent 80a38c860d
commit 7ac5e40965
12 changed files with 309 additions and 228 deletions

View File

@@ -36,8 +36,6 @@ namespace DiscImageChef.Filesystems.AppleMFS
public partial class AppleMFS
{
const ushort MFS_MAGIC = 0xD2D7;
// "LK"
const ushort MFSBB_MAGIC = 0x4C4B;
const short DIRID_TRASH = -3;
const short DIRID_DESKTOP = -2;