Update README.md

This commit is contained in:
SweetBread 2024-02-01 17:48:39 +03:00 committed by sweetbread
parent ab3db879d2
commit b25d5edca7

View File

@ -1,7 +1,7 @@
# Hello-world example for KolibriOS
# Rust library for KolibriOS
Project uses [cargo-make](https://github.com/sagiegurari/cargo-make) for building steps.
Also you need a working [FASM](https://flatassembler.net/download.php).
Once installed building is trivial then: `cargo objcopy --release --example hwa -- -O binary --binary-architecture=i386:x86 rust.kex` produces
Once installed building is trivial then: `cargo make --profile production <example name>` produces
a ready-to-use binary at root.