david/ipxe
Archived
1
0

Both the !PXE and PXENV+ structures must be paragraph-aligned

This commit is contained in:
Michael Brown 2006-08-09 18:22:25 +00:00
parent c3a4f3c5da
commit 4afc494b83

View File

@ -28,6 +28,7 @@
*/ */
.section ".text16.data" .section ".text16.data"
.globl pxe .globl pxe
.align 16
pxe: pxe:
.ascii "!PXE" /* Signature */ .ascii "!PXE" /* Signature */
.byte pxe_length /* StructLength */ .byte pxe_length /* StructLength */
@ -60,6 +61,7 @@ pxe_segments:
*/ */
.section ".text16.data" .section ".text16.data"
.globl pxenv .globl pxenv
.align 16
pxenv: pxenv:
.ascii "PXENV+" /* Signature */ .ascii "PXENV+" /* Signature */
.word 0x0201 /* Version */ .word 0x0201 /* Version */