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

Suggestions about setting up xv6 #39

Open
erictt opened this issue Mar 19, 2022 · 4 comments
Open

Suggestions about setting up xv6 #39

erictt opened this issue Mar 19, 2022 · 4 comments

Comments

@erictt
Copy link

erictt commented Mar 19, 2022

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:

  1. Follow the instructions here: https://pdos.csail.mit.edu/6.828/2021/tools.html

  2. Use this repo: https://github.com/mit-pdos/xv6-riscv.git instead of xv6-public.

    • The code is slightly different from what professor Arpaci-Dusseau talked about in the class, but not hard to figure out.
  3. And then run make qemu under the directory.

Hope this is helpful.

@erictt
Copy link
Author

erictt commented Mar 21, 2022

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:

erictt@7d9e53f

@Ampretuzo
Copy link

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
@feslima
Copy link

feslima commented Jul 4, 2024

Sorry for necroing 😄. @erictt I've seen your adustments for the tests of the initial-xv6 assignments in 7d9e53f. Were you able to progress further in other assignments without these kinds of hiccups?

@erictt
Copy link
Author

erictt commented Jul 5, 2024

Sorry for necroing 😄. @erictt I've seen your adustments for the tests of the initial-xv6 assignments in 7d9e53f. Were you able to progress further in other assignments without these kinds of hiccups?

Sorry, i don't remember. It was quite awhile ago 😃

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

No branches or pull requests

3 participants