I have installed the QEMU with Slackbuild on SW14 on x86_64 system.
My first problem is qemu command doesn't exist. But its man page is available.
I tried 'qemu-x86_64' as someone offered.
But when I use 'qemu-x86_64' on Linux0.2 testing image from QEMU website, I faced with error:
Code:
Error while loading linux-0.2.img: Permission denied
After this problem, I modified the permissions of linux-0.2.img to 777, Then executed the qemu-x86_64 again and faced with another error:
Code:
#qemu-x86_64 linux-0.2.img
Error while loading linux-0.2.img: Exec format error
p.s: I have loaded the kvm_intel module.