From 4afc494b8324dd113c683081201bfe73f8c84a57 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Wed, 9 Aug 2006 18:22:25 +0000 Subject: [PATCH] Both the !PXE and PXENV+ structures must be paragraph-aligned --- src/arch/i386/interface/pxe/pxe_entry.S | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/arch/i386/interface/pxe/pxe_entry.S b/src/arch/i386/interface/pxe/pxe_entry.S index 522833ba..551d7900 100644 --- 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 */