mirror of
https://github.com/apache/nuttx.git
synced 2025-12-07 18:12:33 +08:00
This commit reimplemented the NuttX32 multiboot1 wrapper: 1. Fixed the issue of SMP AP booting. 2. Reduced memory copy overhead. We only need to copy .realmode section now. 3. Move the multiboot1 header to intel64_head.S. Signed-off-by: ouyangxiangzhen <ouyangxiangzhen@xiaomi.com>