ch2: Applications

user_lib
user apps
This commit is contained in:
Tateisi 2025-08-03 05:00:14 +08:00
parent f5c1eb99b3
commit 93d85e1d32
25 changed files with 357 additions and 2 deletions

7
user/.cargo/config.toml Normal file
View file

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