From 5828b9bd81d23a07e8ef163a5e03ccf1a431e9bd Mon Sep 17 00:00:00 2001 From: sweetbread Date: Mon, 19 Jun 2023 23:43:18 +0300 Subject: [PATCH] README update --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 67c6b4e..79d7dc3 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Hello-world example for KolibriOS Project uses [cargo-make](https://github.com/sagiegurari/cargo-make) for building steps. -Also you need a working [NASM](https://nasm.us/). +Also you need a working [FASM](https://flatassembler.net/download.php). -Once installed building is trivial then: `cargo make --profile production` produces -a ready-to-use binary at `target/i686-kolibri/release/hw_kolibri`. +Once installed building is trivial then: `cargo objcopy --release -- -O binary --binary-architecture=i386:x86 rust.kex` produces +a ready-to-use binary at root.