Study rCore for SJTU 网络空间安全教育实践
Find a file
2025-08-03 03:06:14 +08:00
.cargo ch1:First instruction in kernel 2025-08-02 15:42:14 +08:00
.vscode ch1: Remove std 2025-08-02 13:48:14 +08:00
src ch1-exp: Print memory info 2025-08-02 23:18:14 +08:00
.gitignore Initial commit 2025-08-02 11:54:14 +08:00
Cargo.lock ch1-exp: Log and color output 2025-08-02 21:24:14 +08:00
Cargo.toml ch1-exp: Log and color output 2025-08-02 21:24:14 +08:00
LICENSE Add license 2025-08-03 03:06:14 +08:00
README.md Add readme 2025-08-03 01:12:14 +08:00

rCore Exercises

Build

LOG=TRACE cargo build --release

Run

qemu-system-riscv64 -machine virt -nographic -bios target/riscv64gc-unknown-none-elf/release/rustsbi-qemu.bin -device loader,file=target/riscv64gc-unknown-none-elf/release/os