Load kernel on qemu/k210.

This commit is contained in:
Yifan Wu 2020-11-11 16:50:00 +08:00
parent 4480790386
commit 5b69a312ba
10 changed files with 1588 additions and 1 deletions

View file

@ -1,2 +1,7 @@
[build]
target = "riscv64gc-unknown-none-elf"
target = "riscv64gc-unknown-none-elf"
[target.riscv64gc-unknown-none-elf]
rustflags = [
"-Clink-arg=-Tsrc/linker.ld", "-Cforce-frame-pointers=yes"
]