红联Linux门户
Linux帮助

Xv6下载 编译 运行

发布时间:2016-02-05 10:43:25来源:linux网站作者:Maxwelllolipop

大环境: Ubuntu


下载:
从https://github.com/panks/Xv6上下载的源代码可以直接编译通过,而且在qemu上能顺利运行!我从其他的源代码网站上git的Xv6源代码,编译中出现error,手动修改后,虽然编译通过了,但是无法在qemu或bochs上正常运行。


运行环境:
选择bochs、qemu等虚拟机,可以使用ubuntu在线安装(apt-get install qemu)等,然后进入Xv6-master目录下进行make qemu(当然虚拟机选择的是qemu)


运行:
qemu-system-i386-serial
mon:stdio-hdb
fs.img
xv6.img-smp1-m512

或者qemu-system-x86_64-smp1-parallel
stdio -hdb
fs.img
xv6.img-m512

此处使用make
qemu-nox,则不会跳出QEMU 窗口,只在你的终端里显示。


本文永久更新地址:http://www.linuxdiyf.com/linux/17889.html