-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Suggestions about setting up xv6 #39
Comments
In case someone wants to use xv6-riscv repo. I updated the test cases for initial-xv6 so it can run properly against xv6-riscv. Here is the changes: |
You the mvp! |
Ampretuzo
added a commit
to Ampretuzo/ostep-projects
that referenced
this issue
May 13, 2022
Ampretuzo
added a commit
to Ampretuzo/ostep-projects
that referenced
this issue
May 16, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As the repo https://github.com/mit-pdos/xv6-public has been deprecated. I found it difficult to set up xv6. So i did a little search. Here is what i found:
Follow the instructions here: https://pdos.csail.mit.edu/6.828/2021/tools.html
Use this repo: https://github.com/mit-pdos/xv6-riscv.git instead of
xv6-public
.And then run
make qemu
under the directory.Hope this is helpful.
The text was updated successfully, but these errors were encountered: