mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Add all Apple HFS structures.
This commit is contained in:
@@ -40,5 +40,16 @@ namespace DiscImageChef.Filesystems
|
||||
const ushort HFS_MAGIC = 0x4244;
|
||||
/// <summary>"H+", HFS+ magic</summary>
|
||||
const ushort HFSP_MAGIC = 0x482B;
|
||||
|
||||
/// <summary>Parent ID of the root directory.</summary>
|
||||
const uint kRootParentCnid = 1;
|
||||
/// <summary>Directory ID of the root directory.</summary>
|
||||
const uint kRootCnid = 2;
|
||||
/// <summary>File number of the extents file.</summary>
|
||||
const uint kExtentsFileCnid = 3;
|
||||
/// <summary>File number of the catalog file.</summary>
|
||||
const uint kCatalogFileCnid = 4;
|
||||
/// <summary>File number of the bad allocation block file.</summary>
|
||||
const uint kBadBlocksFileCnid = 5;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user