You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Andre Richter d212348931
Bump compiler version.
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.
4 years ago
..
_arch/aarch64 Bump compiler version. 4 years ago
bsp Change to a simpler mutex API 4 years ago
cpu Refactor tutorial 08 4 years ago
bsp.rs Refactor tutorial 08 4 years ago
console.rs Refactor tutorial 08 4 years ago
cpu.rs Refactor tutorial 08 4 years ago
driver.rs Various finetunings 4 years ago
main.rs More sound Phantom in MMIO deref wrapper 4 years ago
memory.rs Fix zero-sized bss handling 4 years ago
panic_wait.rs Refactor tutorial 08 4 years ago
print.rs Various finetunings 4 years ago
runtime_init.rs Remove UB in linker script symbol <-> Rust handover 4 years ago
synchronization.rs Change to a simpler mutex API 4 years ago
time.rs Refactor tutorial 08 4 years ago