All posts for tag "os"

Total 1 posts
📄 rCore
C:2023-02-20 M:2023-02-20
Based on rCore-Tutorial-Guide 2023 春季学期 and rCore-Tutorial-Book 第三版 Useful Command To show platforms based on RISC-V that rustc supports 1 rustc –print target-list | grep riscv Rust Note Cross Build (RISC-V) .cargo/.config [build] target = "riscv64gc-unknown-none-elf" No Std Besides remove std section, you can refer to smallest no std - The Embedonomicon. Notes Linker Script linker script specifications: info ld Scripts or you can read