Possible duplicate:
How to compile and run xv6 on Windows?
In our course we are taught xv6 . We are currently using our school's Linux server login using putty in windows.
Here we make changes to the xv6 source (using vim), then compile and run it in qemu simply
make clean make make qemu-nox
It is not always possible to connect to your servers, so I want to be able to compile and run xv6 with windows (obviously in some kind of emulator).
What emulator can I use to work on a similar view? (edit code, compile and run) and how?
SMUsamaShah
source share