mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 06:17:49 +00:00
15 lines
486 B
TOML
15 lines
486 B
TOML
[unstable]
|
|
# TODO: uncomment once https://github.com/rust-lang/cargo/issues/8687 is resolved
|
|
# build-std = ["core", "alloc"]
|
|
|
|
[build]
|
|
# TODO: uncomment once https://github.com/rust-lang/cargo/issues/8687 is resolved
|
|
# target = "x86_64-blog_os.json"
|
|
|
|
[target.'cfg(target_os = "none")']
|
|
runner = "cargo run --package disk_image --bin runner --quiet"
|
|
|
|
[alias]
|
|
xrun = "run --target x86_64-blog_os.json -Zbuild-std=core,alloc"
|
|
bootimage = "run --package disk_image --bin disk_image --quiet"
|