mirror of
https://github.com/ipxe/ipxe
synced 2025-12-26 17:42:47 +03:00
9 lines
206 B
Plaintext
9 lines
206 B
Plaintext
|
|
/* When linking with an uncompressed image, these symbols are not
|
||
|
|
* defined so we provide them here.
|
||
|
|
*/
|
||
|
|
|
||
|
|
__decompressor_uncompressed = 0 ;
|
||
|
|
__decompressor__start = 0 ;
|
||
|
|
|
||
|
|
INCLUDE arch/i386/core/start16z.lds
|