Replace bootimage with local builder executable

This commit is contained in:
Philipp Oppermann
2020-08-23 18:35:08 +02:00
parent a3d58588a2
commit fe23af5b3e
10 changed files with 361 additions and 17 deletions

View File

@@ -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"