1
0
Fork 0
forked from AbleOS/ableos
ableos-idl/kernel/src/kmain.rs

6 lines
66 B
Rust

//! AbleOS Kernel Entrypoint
pub fn kmain() -> ! {
loop {}
}