mirror of
https://github.com/ventoy/Ventoy.git
synced 2025-08-27 16:01:14 +00:00
1.0.06 release
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user