Crates.io | arcboot |
lib.rs | arcboot |
version | 0.1.4 |
source | src |
created_at | 2022-01-30 11:08:44.552165 |
updated_at | 2022-01-30 12:31:54.264973 |
description | An executable tool for building rust-based kernels and compiling, assembling and linking any extra dependencies |
homepage | |
repository | |
max_upload_size | |
id | 523992 |
size | 16,819 |
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.
sh
linkedSo 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
.