You can view the development notes on the Telegram Channel.
Install cargo-make:
cargo install cargo-make
Also, you should have the latest version of QEMU installed.
Simply run the following command:
cargo make qemu
You can use KVM to speed up emulation:
cargo make qemu-kvm
To compose a bootable USB drive:
cargo make compose-esp --env ESP=/path/to/your/drive
For better development experience, install these additional tools:
rustup component add llvm-tools-preview
cargo install cargo-binutils
cargo install rustfilt
This project is licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.