rCore-Tutorial-v3
rCore-Tutorial-v3 copied to clipboard
Let's write an OS which can run on RISC-V in Rust from scratch!
Hi rCore team & community, Currently I am a TA for 3rd Open-Source Chip Project by University (OSCPU, 一生一芯), considering transplant rCore to my own RV CPU. I'm trying to...
If you feel this is unnecessary, please close this pull request. :) - In PowerShell, the `pwd` command does not accept the current path string in the same way as...
error: ```Rust error: the item `log` is imported redundantly --> src/logging.rs:7:11 | 7 | use log::{self, Level, LevelFilter, Log, Metadata, Record}; | ^^^^ the item `log` is already defined here...
感谢@dalekdalekdalek 参考: > 作者您好, 在阅读代码后有一点不清楚的地方, 希望向您请教: 在 exit_current_and_run_next 函数中主线程调用 process_inner.tasks.clear() 时也会 Drop 掉该 task 的 KernelSack, 随即在 KERNEL_SPACE.pagetable 中 unmap 掉主线程的内核栈. 那么之后的代码 drop(process); let mut _unused = TaskContext::zero_init(); schedule(&mut _unused...
Step 8/13 : COPY --from=build_qemu /usr/local/bin/* /usr/local/bin When using COPY with more than one source file, the destination must be a directory and end with a / make: *** [Makefile:8:...
The actual linker script filename is not correspond to the one in the cargo's config file.