mirror of
https://github.com/rust-embedded/rust-raspberrypi-OS-tutorials.git
synced 2024-11-15 18:14:02 +00:00
d212348931
We have to remove the `#[naked]` attribute from `_start` for now, since it emits a warning now when used with non-asm statements in the function body. For now, just hope for the compiler's mercy to not emit code using the stack pointer before we've actually set up a stack. |
||
---|---|---|
.. | ||
_arch/aarch64 | ||
bsp | ||
cpu | ||
bsp.rs | ||
console.rs | ||
cpu.rs | ||
driver.rs | ||
main.rs | ||
memory.rs | ||
panic_wait.rs | ||
print.rs | ||
runtime_init.rs | ||
synchronization.rs | ||
time.rs |