http://git.etherboot.org
/
people
/
indolent
/
gpxe.git
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4472e22
)
Place the actual version string in .data16, rather than just the
author
Michael Brown
<mcb30@etherboot.org>
Sat, 30 Jun 2007 20:36:54 +0000
(21:36 +0100)
committer
Michael Brown
<mcb30@etherboot.org>
Sat, 30 Jun 2007 20:36:54 +0000
(21:36 +0100)
pointer to it.
src/arch/i386/image/multiboot.c
patch
|
blob
|
history
diff --git
a/src/arch/i386/image/multiboot.c
b/src/arch/i386/image/multiboot.c
index
a198ef7
..
a59927c
100644
(file)
--- a/
src/arch/i386/image/multiboot.c
+++ b/
src/arch/i386/image/multiboot.c
@@
-199,7
+199,7
@@
static struct multiboot_info __data16 ( mbinfo );
#define mbinfo __use_data16 ( mbinfo )
/** The multiboot bootloader name */
-static c
onst char * __data16 ( mb_bootloader_name
) = "gPXE " VERSION;
+static c
har __data16_array ( mb_bootloader_name, []
) = "gPXE " VERSION;
#define mb_bootloader_name __use_data16 ( mb_bootloader_name )
/** The multiboot memory map */