Add first user program hello_world.rs
This commit is contained in:
parent
d2c0be3dd0
commit
a97d4e82a5
79 changed files with 343 additions and 0 deletions
7
user/.cargo/config
Normal file
7
user/.cargo/config
Normal file
|
@ -0,0 +1,7 @@
|
|||
[build]
|
||||
target = "riscv64gc-unknown-none-elf"
|
||||
|
||||
[target.riscv64gc-unknown-none-elf]
|
||||
rustflags = [
|
||||
"-Clink-args=-Tsrc/linker.ld",
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue