Crates.io | forge |
lib.rs | forge |
version | 0.1.0 |
source | src |
created_at | 2017-12-03 20:55:16.325624 |
updated_at | 2017-12-03 20:55:16.325624 |
description | command-line tool for creating bare-metal projects that use metal |
homepage | |
repository | https://github.com/metal-os/forge |
max_upload_size | |
id | 41607 |
size | 12,873 |
Forge is a tool for creating bare-metal applications with metal
.
Install with cargo install forge
.
Create a new project with forge new <project-name>
Build with forge build
.
Run with qemu-system-x86_64 -cdrom build/x86_64.iso
.
If I have time, I'll add more architectures.
Caveats:
grub-mkrescue
(apt install xorriso
), ld
, and xargo
installed into the path.