mirror of
https://github.com/ipxe/ipxe
synced 2025-12-29 02:52:36 +03:00
Move uninitialised .data16 variables to .bss16; saves around 2000
bytes of useless zeroes in the final image.
This commit is contained in:
@@ -27,4 +27,4 @@
|
||||
#include <basemem_packet.h>
|
||||
|
||||
#undef basemem_packet
|
||||
char __data16_array ( basemem_packet, [BASEMEM_PACKET_LEN] );
|
||||
char __bss16_array ( basemem_packet, [BASEMEM_PACKET_LEN] );
|
||||
|
||||
Reference in New Issue
Block a user