1 2 3 4
//! Architecture-specific boot implementations #[cfg(target_arch = "x86_64")] pub mod x86_64;