Core/README.md

8 lines
373 B
Markdown
Raw Normal View History

2021-12-09 14:25:28 +01:00
# Hello-world example for KolibriOS
Project uses [cargo-make](https://github.com/sagiegurari/cargo-make) for building steps.
2023-06-19 22:43:18 +02:00
Also you need a working [FASM](https://flatassembler.net/download.php).
2021-12-09 14:25:28 +01:00
2023-06-20 21:03:39 +02:00
Once installed building is trivial then: `cargo objcopy --release --example hwa -- -O binary --binary-architecture=i386:x86 rust.kex` produces
2023-06-19 22:43:18 +02:00
a ready-to-use binary at root.