//! # Boot code //! //! ## Architectural Boot code. //! //! Provides the initial handoff function from Assembly to Rust. #[path = "../_arch/arm/cpu/boot.rs"] mod arch_boot;