kos_core

Crates.iokos_core
lib.rskos_core
version0.1.1
sourcesrc
created_at2024-11-13 23:00:53.434736
updated_at2024-11-13 23:00:53.434736
descriptionThe K-Scale Operating System
homepage
repositoryhttps://github.com/kscalelabs/kos
max_upload_size
id1447203
size87,940
Denys Bezmenov (hatomist)

documentation

https://docs.kscale.dev/os/intro

README

K-Scale OS

Welcome to the K-Scale Operating System!

Building

Prerequisites

  • cross toolchain

Native build

Native build with stub features:

cargo build --features stub

Cross build

Cross build for kbot:

cross build --release --target aarch64-unknown-linux-gnu --features kscale_pro

Running

RUST_LOG=debug cargo run --features stub

Contributing

  • Use cargo fmt --all to format the code.
  • Use cargo clippy to check for lint errors.
  • Use cargo test to run the tests.
  • Use tracing for logging.
  • Use eyre to handle errors.
  • No unwrap() or expect().

License

This project is licensed under the MIT License. See the LICENSE file for details.

Commit count: 16

cargo fmt