forked from AbleOS/ableos
6 lines
66 B
Rust
6 lines
66 B
Rust
//! AbleOS Kernel Entrypoint
|
|
|
|
pub fn kmain() -> ! {
|
|
loop {}
|
|
}
|