|
@@ -88,6 +88,7 @@ checksum:
|
88
|
88
|
.previous
|
89
|
89
|
|
90
|
90
|
.ifeqs BUSTYPE, "PCIR"
|
|
91
|
+ .align 4
|
91
|
92
|
pciheader:
|
92
|
93
|
.ascii "PCIR" /* Signature */
|
93
|
94
|
.word pci_vendor_id /* Vendor identification */
|
|
@@ -183,6 +184,7 @@ prodstr_pci_id:
|
183
|
184
|
|
184
|
185
|
.globl undiheader
|
185
|
186
|
.weak undiloader
|
|
187
|
+ .align 4
|
186
|
188
|
undiheader:
|
187
|
189
|
.ascii "UNDI" /* Signature */
|
188
|
190
|
.byte undiheader_len /* Length of structure */
|
|
@@ -197,6 +199,7 @@ undiheader:
|
197
|
199
|
.equ undiheader_len, . - undiheader
|
198
|
200
|
.size undiheader, . - undiheader
|
199
|
201
|
|
|
202
|
+ .align 4
|
200
|
203
|
ipxeheader:
|
201
|
204
|
.ascii "iPXE" /* Signature */
|
202
|
205
|
.byte ipxeheader_len /* Length of structure */
|