mirror of
https://github.com/ipxe/ipxe
synced 2026-01-21 18:30:56 +03:00
be551d420e6c839d5059290f563fb5b1fe46c6bb
When debugging is enabled for the device tree or memory map parsing code, the active serial console UART variable will be accessed during early initialisation, before the .bss section has been zeroed. Place this variable in the .data section (by providing an explicit initialiser), so that reading this variable is well defined even during early initialisation. 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
Languages
C
97.3%
Assembly
1.5%
Perl
0.6%
Makefile
0.3%
Python
0.2%