mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Replace bootimage with local builder executable
This commit is contained in:
@@ -5,4 +5,7 @@
|
||||
# target = "x86_64-blog_os.json"
|
||||
|
||||
[target.'cfg(target_os = "none")']
|
||||
runner = "bootimage runner"
|
||||
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"
|
||||
|
||||
Reference in New Issue
Block a user