mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-14 15:15:04 -04:00
Version 0.17.0
- solved a big in extracting tailed file - added "Unknown" volume type - files can't be inserted to unknown volumes - sections can be inserted into encapsulation sections - regions (except Descriptor) can be replaced - Rebuild action removed from all types of items but Volume, File and Section, it did nothing for them - Descriptor region info now shows region access map and BIOS access table
This commit is contained in:
parent
a4a40ec329
commit
66dc4bb6e3
6 changed files with 127 additions and 73 deletions
|
@ -152,7 +152,8 @@ enum CapsuleSubtypes {
|
|||
};
|
||||
|
||||
enum VolumeSubtypes {
|
||||
BootVolume = 90
|
||||
BootVolume = 90,
|
||||
UnknownVolume
|
||||
};
|
||||
|
||||
enum RegionSubtypes {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue