nuttx/boards/x86_64/intel64/qemu-intel64
p-szafonimateusz 53fcaede28 qemu-intel64/qemu.ld: align _ebss to 16
Align _ebss to 16, otherwise g_idle_topstack is not correctly aligned.
For some reason the previous alignment worked with make buit but in case
of cmake with optimization enabled, the IDLE stack was misaligned which
caused vector instruction misalignment exception.

Signed-off-by: p-szafonimateusz <p-szafonimateusz@xiaomi.com>
2024-02-23 12:04:54 -03:00
..
configs fix various compilation errors after pci code rebase 2024-01-25 09:09:30 -08:00
include Various fixes for PCI work 2024-01-25 09:09:30 -08:00
scripts qemu-intel64/qemu.ld: align _ebss to 16 2024-02-23 12:04:54 -03:00
src arch/x86_64: add cmake support 2024-02-23 07:45:57 +08:00
CMakeLists.txt arch/x86_64: add cmake support 2024-02-23 07:45:57 +08:00
Kconfig Various fixes for PCI work 2024-01-25 09:09:30 -08:00