1 unstable release
Uses old Rust 2015
0.1.0 | Dec 3, 2017 |
---|
#32 in #metal
13KB
363 lines
Forge
Forge is a tool for creating bare-metal applications with metal
.
Installation:
Install with cargo install forge
.
Usage:
-
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:
- Currently, you must have
grub-mkrescue
(apt install xorriso
),ld
, andxargo
installed into the path.
Dependencies
~0.7–1.3MB
~29K SLoC