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
https://rcore-os.github.io/rCore_tutorial_doc/exercise/part3.html
The text was updated successfully, but these errors were encountered:
@Tuyixiang vm_test.rs 需要加一行 global_asm!(include_str!("link_user.S")); 否则运行测试时无法链接
@Tuyixiang vm_test.rs 需要加一行
global_asm!(include_str!("link_user.S"));
否则运行测试时无法链接
请看练习题主页有关内核态测试的相关说明。
Sorry, something went wrong.
您好, 我遇到了以下问题
Caused by: failed to select a version for the requirement `bitvec = "^0.9"` candidate versions found which didn't match: 0.17.4
似乎是因为bitvec的0.9版本被yank了
rustc 1.45.0-nightly (47c3158c3 2020-06-04)
@wangbyby 您好, 我遇到了以下问题 Caused by: failed to select a version for the requirement `bitvec = "^0.9"` candidate versions found which didn't match: 0.17.4 似乎是因为bitvec的0.9版本被yank了 我在win10下编译 rustc 1.45.0-nightly (47c3158c3 2020-06-04)
@wangbyby 您好, 我遇到了以下问题
我也遇到同样的问题,要按照这里把bitvec的版本改成0.17 rcore-os/rcore-fs@00096ec
No branches or pull requests
https://rcore-os.github.io/rCore_tutorial_doc/exercise/part3.html
The text was updated successfully, but these errors were encountered: