如何在 Windows 上编译和运行 xv6? [英] How to compile and run xv6 on windows?

查看:26
本文介绍了如何在 Windows 上编译和运行 xv6?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我们的课程正在教授 xv6.目前我们在windows下使用putty登录我们学校的linux服务器.

We are being taught xv6 in our course. Currently we use to login to linux server of our school using putty in windows.

我们在 xv6 的源代码中进行更改(使用 vim),然后在 qemu 中编译并运行它,只需

There we make changes in source of xv6 (using vim), then compile and run it in qemu simply

make clean
make
make qemu-nox

并不总是可以连接到他们的服务器,因此我希望能够在 Windows 中编译和运行 xv6(显然在某些模拟器中).

It is not always possible to connect to their servers therefore I want to be able to compile and run xv6 withing windows (in some emulator obviously).

我可以使用什么模拟器进行上述工作?(编辑代码,编译和运行)以及如何?

What emulator I can use for above kind work? (edit code, compile and run) and how?

推荐答案

嗯,网站上有合理的说明,说明如何在Windows下构建和使用XV6的环境http://www.cs.mta.ac.il/~carmi/Teaching/OS.xv6/index.html.他们用于实际运行的模拟器是 Bochs.

Well, there are reasonable instructions on how to construct environment for building and using XV6 under Windows in the site http://www.cs.mta.ac.il/~carmi/Teaching/OS.xv6/index.html. The emulator they are using for actually running it is Bochs.

这篇关于如何在 Windows 上编译和运行 xv6?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆