We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
欢迎提出任何问题
例如 os/Makefile
os/Makefile
最好包括文档 / 代码片段的引用,以便于我们定位问题 第零章/实验环境配置/运行 rCore-Tutorial-v3
代码无法工作?文档与实际不符?如果能够进一步分析问题的原因则是更加欢迎的 进入os目录下,运行make run报错
make run
src_path = ../user/src/bin/ target_path = ../user/target/riscv64gc-unknown-none-elf/release/ qemu-system-riscv64: -netdev user,id=net0,hostfwd=udp::6200-:2000,hostfwd=tcp::6201-:80: network backend 'user' is not compiled into this binary make: *** [Makefile:93:run-inner] 错误 1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
欢迎提出任何问题
涉及文件
例如
os/Makefile
相关段落
最好包括文档 / 代码片段的引用,以便于我们定位问题
第零章/实验环境配置/运行 rCore-Tutorial-v3
遇到问题
代码无法工作?文档与实际不符?如果能够进一步分析问题的原因则是更加欢迎的
进入os目录下,运行
make run
报错The text was updated successfully, but these errors were encountered: