Fix interpretation of the Apple boot block.

This commit is contained in:
2020-02-19 00:42:34 +00:00
parent 7ac5e40965
commit 3e15b3dce1
2 changed files with 39 additions and 31 deletions

View File

@@ -46,9 +46,9 @@ namespace DiscImageChef.Filesystems
public readonly ushort bbID;
/// <summary>0x002, Branch</summary>
public readonly uint bbEntry;
/// <summary>0x007, Boot block version</summary>
/// <summary>0x007, Boot block version and flags</summary>
public readonly ushort bbVersion;
/// <summary>0x006, Boot block flags</summary>
/// <summary>0x006, Boot block page flags</summary>
public readonly short bbPageFlags;
/// <summary>0x00A, System file name (16 bytes)</summary>
[MarshalAs(UnmanagedType.ByValArray, SizeConst = 16)]