From 1017949aeb204ff97cf75cf5247cea0cfd6b816f Mon Sep 17 00:00:00 2001 From: Tateisi Date: Sun, 3 Aug 2025 01:12:14 +0800 Subject: [PATCH] Add readme --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..9251dac --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# rCore Exercises + +## Build + +``` bash +LOG=TRACE cargo build --release +``` + +## Run + +``` bash +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 +``` \ No newline at end of file