瀏覽代碼

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

tags/v0.9.3
Michael Brown 18 年之前
父節點
當前提交
4afc494b83
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2
    0
      src/arch/i386/interface/pxe/pxe_entry.S

+ 2
- 0
src/arch/i386/interface/pxe/pxe_entry.S 查看文件

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

Loading…
取消
儲存