forge

Crates.ioforge
lib.rsforge
version0.1.0
sourcesrc
created_at2017-12-03 20:55:16.325624
updated_at2017-12-03 20:55:16.325624
descriptioncommand-line tool for creating bare-metal projects that use metal
homepage
repositoryhttps://github.com/metal-os/forge
max_upload_size
id41607
size12,873
Georgios Konstantopoulos (gakonst)

documentation

https://docs.rs/forge

README

Forge

Forge is a tool for creating bare-metal applications with metal.

Installation:

Install with cargo install forge.

Usage:

  1. Create a new project with forge new <project-name>

  2. Build with forge build.

  3. Run with qemu-system-x86_64 -cdrom build/x86_64.iso.

If I have time, I'll add more architectures.

Caveats:

  1. Currently, you must have grub-mkrescue (apt install xorriso), ld, and xargo installed into the path.
Commit count: 10

cargo fmt