http://git.etherboot.org
/
people
/
xl0
/
gpxe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3a4f3c
)
Both the !PXE and PXENV+ structures must be paragraph-aligned
author
Michael Brown
<mcb30@etherboot.org>
Wed, 9 Aug 2006 18:22:25 +0000
(18:22 +0000)
committer
Michael Brown
<mcb30@etherboot.org>
Wed, 9 Aug 2006 18:22:25 +0000
(18:22 +0000)
src/arch/i386/interface/pxe/pxe_entry.S
patch
|
blob
|
history
diff --git
a/src/arch/i386/interface/pxe/pxe_entry.S
b/src/arch/i386/interface/pxe/pxe_entry.S
index
522833b
..
551d790
100644
(file)
--- a/
src/arch/i386/interface/pxe/pxe_entry.S
+++ b/
src/arch/i386/interface/pxe/pxe_entry.S
@@
-28,6
+28,7
@@
*/
.section ".text16.data"
.globl pxe
+ .align 16
pxe:
.ascii "!PXE" /* Signature */
.byte pxe_length /* StructLength */
@@
-60,6
+61,7
@@
pxe_segments:
*/
.section ".text16.data"
.globl pxenv
+ .align 16
pxenv:
.ascii "PXENV+" /* Signature */
.word 0x0201 /* Version */