mirror of
https://github.com/ipxe/ipxe
synced 2025-12-31 06:49:20 +03:00
Initial revision
This commit is contained in:
8
src/arch/i386/core/start16.lds
Normal file
8
src/arch/i386/core/start16.lds
Normal file
@@ -0,0 +1,8 @@
|
||||
/* 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
|
||||
Reference in New Issue
Block a user