mirror of
https://github.com/ipxe/ipxe
synced 2025-12-10 21:41:09 +03:00
Move uninitialised .data16 variables to .bss16; saves around 2000
bytes of useless zeroes in the final image.
This commit is contained in:
@@ -49,7 +49,7 @@ struct e820_entry {
|
||||
#define E820_TYPE_NVS 4 /**< ACPI NVS memory */
|
||||
|
||||
/** Buffer for INT 15,e820 calls */
|
||||
static struct e820_entry __data16 ( e820buf );
|
||||
static struct e820_entry __bss16 ( e820buf );
|
||||
#define e820buf __use_data16 ( e820buf )
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user