mirror of
https://github.com/ipxe/ipxe
synced 2025-12-12 23:15:10 +03:00
Place the actual version string in .data16, rather than just the
pointer to it.
This commit is contained in:
@@ -199,7 +199,7 @@ static struct multiboot_info __data16 ( mbinfo );
|
||||
#define mbinfo __use_data16 ( mbinfo )
|
||||
|
||||
/** The multiboot bootloader name */
|
||||
static const char * __data16 ( mb_bootloader_name ) = "gPXE " VERSION;
|
||||
static char __data16_array ( mb_bootloader_name, [] ) = "gPXE " VERSION;
|
||||
#define mb_bootloader_name __use_data16 ( mb_bootloader_name )
|
||||
|
||||
/** The multiboot memory map */
|
||||
|
||||
Reference in New Issue
Block a user