mirror of
https://github.com/xcat2/xNBA.git
synced 2024-12-24 12:11:33 +00:00
Place the actual version string in .data16, rather than just the
pointer to it.
This commit is contained in:
parent
4472e22b5e
commit
e1646b4080
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user