mirror of
https://github.com/ipxe/ipxe
synced 2025-12-17 10:01:03 +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 )
|
#define mbinfo __use_data16 ( mbinfo )
|
||||||
|
|
||||||
/** The multiboot bootloader name */
|
/** 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 )
|
#define mb_bootloader_name __use_data16 ( mb_bootloader_name )
|
||||||
|
|
||||||
/** The multiboot memory map */
|
/** The multiboot memory map */
|
||||||
|
|||||||
Reference in New Issue
Block a user