Skip to content

lachlansneff/forge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Forge

Crates.io Crates.io

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.

About

Tool for building crates that use `metal`.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages