Skip to main content

strat9_kernel/boot/
assembly.rs

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));