mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-14 15:15:04 -04:00
NE_aplha5
Added FIT detection, parsing and UI, finally
This commit is contained in:
parent
f3d731c599
commit
407e558b60
16 changed files with 472 additions and 100 deletions
|
@ -34,7 +34,8 @@ typedef struct _VOLUME_PARSING_DATA {
|
|||
UINT32 alignment;
|
||||
UINT8 revision;
|
||||
BOOLEAN hasExtendedHeader;
|
||||
BOOLEAN hasZeroVectorCRC32;
|
||||
BOOLEAN hasAppleCrc32;
|
||||
BOOLEAN hasAppleFSO;
|
||||
BOOLEAN isWeakAligned;
|
||||
} VOLUME_PARSING_DATA;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue