mirror of
https://github.com/Dasharo/ipxe.git
synced 2026-03-06 14:50:10 -08:00
d3e10ebd354928d56ba660cd2ea14af1663702a2
Some legacy drivers use large static allocations for transmit and receive buffers. To avoid bloating the .bss segment, we currently implement these as a single common symbol named "_shared_bss" (which is permissible since only one legacy driver may be active at any one time). Switch to dynamic allocation of these .bss-like segments, to avoid the requirement for using common symbols. Signed-off-by: Michael Brown <mcb30@ipxe.org>
iPXE README File Quick start guide: cd src make For any more detailed instructions, see http://ipxe.org
Description
Languages
C
97.3%
Assembly
1.2%
Perl
0.7%
Makefile
0.3%
PHP
0.3%
Other
0.1%