Browse Source

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

tags/v0.9.3
Michael Brown 18 years ago
parent
commit
4afc494b83
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      src/arch/i386/interface/pxe/pxe_entry.S

+ 2
- 0
src/arch/i386/interface/pxe/pxe_entry.S View File

28
  */
28
  */
29
 	.section ".text16.data"
29
 	.section ".text16.data"
30
 	.globl pxe
30
 	.globl pxe
31
+	.align 16
31
 pxe:
32
 pxe:
32
 	.ascii "!PXE"			/* Signature */
33
 	.ascii "!PXE"			/* Signature */
33
 	.byte pxe_length		/* StructLength */
34
 	.byte pxe_length		/* StructLength */
60
  */
61
  */
61
 	.section ".text16.data"
62
 	.section ".text16.data"
62
 	.globl pxenv
63
 	.globl pxenv
64
+	.align 16
63
 pxenv:
65
 pxenv:
64
 	.ascii "PXENV+"			/* Signature */
66
 	.ascii "PXENV+"			/* Signature */
65
 	.word 0x0201			/* Version */
67
 	.word 0x0201			/* Version */

Loading…
Cancel
Save