12 lines
221 B
TOML
12 lines
221 B
TOML
[package]
|
|
name = "fabios"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
|
|
[package.metadata.bootimage]
|
|
build-command = ["build"]
|
|
run-command = ["qemu-system-x86_64", "-drive", "format=raw,file={}"]
|
|
|
|
[dependencies]
|
|
bootloader = "0.9"
|