arcboot

Crates.ioarcboot
lib.rsarcboot
version0.1.4
sourcesrc
created_at2022-01-30 11:08:44.552165
updated_at2022-01-30 12:31:54.264973
descriptionAn executable tool for building rust-based kernels and compiling, assembling and linking any extra dependencies
homepage
repository
max_upload_size
id523992
size16,819
Jason Qin (hyperswine)

documentation

README

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 AARCH64.

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.

Commit count: 0

cargo fmt