Study rCore for SJTU 网络空间安全教育实践
Find a file
Tateisi 13e91ed735 ch2: Batch system
AppManager
2025-08-03 06:54:14 +08:00
.vscode ch1: Remove std 2025-08-02 13:48:14 +08:00
os ch2: Batch system 2025-08-03 06:54:14 +08:00
user ch2: Applications 2025-08-03 05:00: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