mirror of
https://github.com/ipxe/ipxe
synced 2025-12-14 07:50:43 +03:00
Both the !PXE and PXENV+ structures must be paragraph-aligned
This commit is contained in:
@@ -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 */
|
||||||
|
|||||||
Reference in New Issue
Block a user