Skip to content
New issue

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

3. 虚拟内存管理 · GitBook #79

Open
xy-plus opened this issue Feb 22, 2020 · 3 comments
Open

3. 虚拟内存管理 · GitBook #79

xy-plus opened this issue Feb 22, 2020 · 3 comments

Comments

@xy-plus
Copy link

xy-plus commented Feb 22, 2020

https://rcore-os.github.io/rCore_tutorial_doc/exercise/part3.html

@wyfcyx
Copy link
Collaborator

wyfcyx commented Mar 11, 2020

@Tuyixiang
vm_test.rs 需要加一行

global_asm!(include_str!("link_user.S"));

否则运行测试时无法链接

请看练习题主页有关内核态测试的相关说明。

@wangbyby
Copy link

您好, 我遇到了以下问题

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)

@wtyytw0
Copy link

wtyytw0 commented Jul 7, 2020

@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)

我也遇到同样的问题,要按照这里把bitvec的版本改成0.17
rcore-os/rcore-fs@00096ec

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants