Root/ ├── Cargo.toml # Rust package manifest ├── Cargo.lock # Dependency lockfile ├── memory.x # Linker script for memory layout ├── LICENSE.txt # MIT License ├── README.md # Project documentation ├── ...
ℹ️ Introduction This is a tutorial series for hobby OS developers who are new to ARM's 64 bit ARMv8-A architecture. The tutorials will give a guided, step-by-step tour of how to write a monolithic ...