1// Simple 64-bit boot stub for QEMU -kernel (Linux boot protocol style) 2// For Multiboot-style boot, see boot.S 3 4core::arch::global_asm!(include_str!("boot64.S"), options(att_syntax));