Skip to content

Commit

Permalink
add runner for aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
stlankes committed May 1, 2024
1 parent 4a2d549 commit 6b9690b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ target = "x86_64-eduos.json"
rustflags = [
"-C", "link-arg=-Tlink_aarch64.ld"
]
runner = "qemu-system-aarch64 -display none -serial stdio -machine virt,gic-version=3 -cpu cortex-a72 -semihosting -smp 1 -m 256M --kernel"

[target.x86_64-eduos]
runner = "bootimage runner"

0 comments on commit 6b9690b

Please sign in to comment.