Open erictt opened 2 years ago
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:
https://github.com/erictt/ostep-projects/commit/7d9e53fedcc97038809f27b98e7e5298fb99d563
You the mvp!
Sorry for necroing 😄. @erictt I've seen your adustments for the tests of the initial-xv6
assignments in 7d9e53fedcc97038809f27b98e7e5298fb99d563. Were you able to progress further in other assignments without these kinds of hiccups?
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.