walnux/boards/x86_64/intel64/qemu-intel64
p-szafonimateusz 9fb8a17d49 boards/qemu-intel64/qemu.ld: add .lbss, .ldata and .lrodata to approriate sections
These sections can be emited by gcc in some cases for huge data blocks.
For  example huge global static uninitialzied arrays can be placed in .lbss section
which can mess NuttX memory organization and cause hard to find bugs.
Unfortunately this is not well documented in GCC and all we have is this bug report:
https://sourceware.org/bugzilla/show_bug.cgi?id=22553

Signed-off-by: p-szafonimateusz <p-szafonimateusz@xiaomi.com>
2025-07-07 23:45:15 +08:00
..
configs boards/x86_64/qemu-intel64: add xHCI support to jumbo configs 2025-05-15 21:58:57 +08:00
include boards/x86_64/intel64: migrate to SPDX identifier 2024-11-12 22:20:59 +08:00
scripts boards/qemu-intel64/qemu.ld: add .lbss, .ldata and .lrodata to approriate sections 2025-07-07 23:45:15 +08:00
src boards/qemu-intel64: add kernel build (ROMFS) configurations 2024-11-27 13:32:23 -03:00
CMakeLists.txt boards/x86_64/intel64: migrate to SPDX identifier 2024-11-12 22:20:59 +08:00
Kconfig Fix Kconfig style 2024-05-29 17:15:57 -03:00