I am trying to build XV6 OS on linux using QEMU but whenever I type on the terminal make QEMU-nox it gives an error "no rule to make target qemu-nox" I know i have properly installed qemu. can anyone please tell me what is wrong ? also what will be the command to get the XV6 running ??
Asked
Active
Viewed 1,148 times
2 Answers
2
If you're trying to use QEMU, I believe that
make qemu
should be sufficient.

Ricky Mutschlechner
- 4,291
- 2
- 31
- 36
1
First of all navigate to the directory of xv6 then, Try to use this command :
make
make qemu

kpatel4241
- 11
- 2