mirror of
https://github.com/ventoy/Ventoy.git
synced 2025-05-28 14:04:33 -04:00
1.0.09 release
This commit is contained in:
parent
c84c072209
commit
d0edcc0ef0
36 changed files with 791 additions and 93 deletions
|
@ -104,6 +104,15 @@ typedef struct ventoy_os_param
|
|||
grub_uint8_t reserved[31];
|
||||
}ventoy_os_param;
|
||||
|
||||
|
||||
typedef struct ventoy_windows_data
|
||||
{
|
||||
char auto_install_script[384];
|
||||
grub_uint8_t reserved[128];
|
||||
}ventoy_windows_data;
|
||||
|
||||
|
||||
|
||||
#pragma pack()
|
||||
|
||||
// compile assert check : sizeof(ventoy_os_param) must be 512
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue