mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-11 10:06:11 +00:00
Originally, the multiboot info struct was copied in the early assembly language code. This code is moved to a C function in multiboot.c for two reasons: 1. It's about to get more complicated, as we want the ability to use a multiboot-provided memory map if available, and 2. this will faciliate its sharing between 32- and 64-bit subarches. Signed-off-by: Charles E. Youse <charles.youse@intel.com> |
||
---|---|---|
.. | ||
arc | ||
arm | ||
common | ||
nios2 | ||
posix | ||
riscv | ||
x86 | ||
x86_64 | ||
xtensa | ||
cpu.h | ||
syscall.h |