.cargo | ||
src | ||
.gitignore | ||
build.rs | ||
Cargo.toml | ||
i686-kolibri.json | ||
link.x | ||
Makefile.toml | ||
README.md | ||
rust-toolchain |
Hello-world example for KolibriOS
Project uses cargo-make for building steps. Also you need a working NASM.
Once installed building is trivial then: cargo make --profile production
produces
a ready-to-use binary at target/i686-kolibri/release/hw_kolibri
.