Simple hello world

This commit is contained in:
2023-10-28 16:46:38 +02:00
commit a179a01270
7 changed files with 98 additions and 0 deletions

6
.cargo/config Normal file
View File

@@ -0,0 +1,6 @@
[build]
target = "aarch64-unknown-none"
rustflags = [
"-C", "link-arg=-Taarch64-gem5.ld",
]