aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/boot.rs
blob: 43d8934790e82c90fe1a3a2b7b5620d82e1e1ea4 (plain)
1
2
3
4
5
6
7
8
//! # Boot code
//!
//! ## Architectural Boot code.
//!
//! Provides the initial handoff function from Assembly to Rust.

#[path = "../_arch/arm/cpu/boot.rs"]
mod arch_boot;