forge 0.1.0

command-line tool for creating bare-metal projects that use metal
1
2
3
4
5
6
7
set timeout=0
set default=0

menuentry "my os" {
    multiboot2 /boot/metal.bin
    boot
}