* panic_fmt lang-item * arch-based crates, inspired by Redox * Port over target files from Robigalia, add aarch64 * Use rlibc for memset/memcpy * Create linker script for raspberry pi 3 * Implement primitive dmb() * Important: initialize stack pointer! Kernel interface is to be defined in a separate crate. |
||
|---|---|---|
| .. | ||
| aarch64 | ||
| x86_64 | ||
| README.md | ||
| mod.rs | ||
README.md
Architecture-specific code
This directory contains code specific to a certain architecture.
Implementations of arch-specific kernel calls are also placed here.