2 releases

new 0.1.1 Nov 14, 2024
0.1.0 Nov 10, 2024

#93 in Operating systems

Download history 1/week @ 2024-07-25 4/week @ 2024-09-19 2/week @ 2024-09-26 12/week @ 2024-10-31 217/week @ 2024-11-07

229 downloads per month

MIT license

57KB
1K SLoC

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.

Dependencies

~13–25MB
~352K SLoC