mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 06:17:49 +00:00
12 lines
303 B
TOML
12 lines
303 B
TOML
[unstable]
|
|
# build-std = ["core", "compiler_builtins"]
|
|
|
|
[build]
|
|
# target = "x86_64-blog_os.json"
|
|
|
|
[target.'cfg(target_os = "none")']
|
|
runner = "cargo run --manifest-path disk_image/Cargo.toml --bin runner --quiet"
|
|
|
|
[alias]
|
|
bootimage = "run --manifest-path disk_image/Cargo.toml --bin disk_image --quiet"
|