ch1:First instruction in kernel

This commit is contained in:
Tateisi 2025-08-02 15:42:14 +08:00
parent ad42f53386
commit 5de7bac424
4 changed files with 61 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"
]