arcboot 0.1.0

An executable tool for building rust-based kernels and compiling, assembling and linking any extra dependencies
Documentation
1
2
3
4
5
6
7
8
9
10
11
## ArcBoot

Tools to build a crate and link with a bootloader (asm). And to create a bootable image for `cargo test`.
Supports RISC-V and .

Best to be used as a build dependency and configured in `Cargo.toml` under `deps.arcboot`.

Specifically optimised to building Spectro and Pi4B. Lack of options and stuff to keep things self contained, simple and easy to modify.

- only works for shells with `sh` linked

So if you run `cargo install arcboot` where arcboot is actually the HTTPS link to the project's github repo. You can then run `arboot` with `cargo` like `cargo arcboot`.