2
0
mirror of https://github.com/xcat2/xNBA.git synced 2024-12-23 19:51:46 +00:00

Place the actual version string in .data16, rather than just the

pointer to it.
This commit is contained in:
Michael Brown 2007-06-30 21:36:54 +01:00
parent 4472e22b5e
commit e1646b4080

View File

@ -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 */