mirror of
https://github.com/ventoy/Ventoy.git
synced 2025-08-28 16:31:14 +00:00
1.0.13 release
This commit is contained in:
@@ -80,6 +80,14 @@ typedef struct ventoy_os_param
|
||||
grub_uint8_t reserved[31];
|
||||
}ventoy_os_param;
|
||||
|
||||
typedef struct ventoy_iso9660_override
|
||||
{
|
||||
uint32_t first_sector;
|
||||
uint32_t first_sector_be;
|
||||
uint32_t size;
|
||||
uint32_t size_be;
|
||||
}ventoy_iso9660_override;
|
||||
|
||||
#pragma pack()
|
||||
|
||||
// compile assert to check that size of ventoy_os_param must be 512
|
||||
|
Reference in New Issue
Block a user