init: repo
This commit is contained in:
8
os/.cargo/config.toml
Normal file
8
os/.cargo/config.toml
Normal file
@@ -0,0 +1,8 @@
|
||||
[build]
|
||||
target = "riscv64gc-unknown-none-elf"
|
||||
|
||||
[target.riscv64gc-unknown-none-elf]
|
||||
rustflags = [
|
||||
"-Clink-arg=-Tsrc/linker.ld",
|
||||
"-Cforce-frame-pointers=yes"
|
||||
]
|
||||
Reference in New Issue
Block a user