init: repo

This commit is contained in:
2024-07-15 16:08:48 +08:00
commit 0edc584330
16 changed files with 246 additions and 0 deletions

8
os/.cargo/config.toml Normal file
View 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"
]