【发布时间】:2021-08-22 14:49:18
【问题描述】:
我已经在 ubuntu 虚拟盒中克隆了 xv6-public 存储库,并且我已经使用了命令
$sudo apt-get install qemu
$git clone https://github.com/mit-pdos/xv6-public.git
$cd xv6-public
$make
$make qemu-nox
当我运行 make qemu-nox 时出现如下错误
***
*** Error: Couldn't find a working QEMU executable.
*** Is the directory containing the qemu binary in your PATH
*** or have you tried setting the QEMU variable in Makefile?
***
nographic -drive file=fs.img,index=1,media=disk,format=raw -drive file=xv6.img,index=0,media=disk,format=raw -smp 2 -m 512
make: nographic: Command not found
make: [Makefile:231: qemu-nox] Error 127 (ignored)
任何人都可以为此提供任何解决方案
【问题讨论】:
-
嗨,您的系统上安装了
qemu吗?
标签: xv6