mirror of
https://github.com/ventoy/Ventoy.git
synced 2025-05-30 14:55:25 -04:00
1.0.06 release
This commit is contained in:
parent
63e9825d5d
commit
45d15a764f
13 changed files with 1194 additions and 29 deletions
|
@ -163,6 +163,7 @@ typedef struct ventoy_sector_flag
|
|||
|
||||
#define VENTOY_BIOS_FAKE_DRIVE 0xFE
|
||||
|
||||
extern int g_debug;
|
||||
extern char *g_cmdline_copy;
|
||||
extern void *g_initrd_addr;
|
||||
extern size_t g_initrd_len;
|
||||
|
@ -208,6 +209,17 @@ struct smbios3_entry {
|
|||
} __attribute__ (( packed ));
|
||||
|
||||
|
||||
typedef struct isolinux_boot_info
|
||||
{
|
||||
uint32_t isolinux0;
|
||||
uint32_t isolinux1;
|
||||
uint32_t PvdLocation;
|
||||
uint32_t BootFileLocation;
|
||||
uint32_t BootFileLen;
|
||||
uint32_t BootFileChecksum;
|
||||
uint8_t Reserved[40];
|
||||
}isolinux_boot_info;
|
||||
|
||||
//#undef DBGLVL
|
||||
//#define DBGLVL 7
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue