mirror of
https://github.com/xcat2/xNBA.git
synced 2024-11-22 17:41:55 +00:00
Both the !PXE and PXENV+ structures must be paragraph-aligned
This commit is contained in:
parent
c3a4f3c5da
commit
4afc494b83
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user