kos 0.1.0

The K-Scale Operating System
Documentation
1
2
3
4
5
use kos::main as kos_main;

fn main() {
    kos_main();
}