morpheus_bootloader/boot/arch/
mod.rs

1
2
3
4
//! Architecture-specific boot implementations

#[cfg(target_arch = "x86_64")]
pub mod x86_64;