Hello I just got a new computer and for some reason I'm getting this error when trying load a img file.
I'm making an operating system and I use this kind of commands but its not working right.
It works on one of my other computers but not my new one, dose any one knows whats I'm doing wrong?
Thanks
Code:
~/Downloads$ qemu -hda disk.img
No command 'qemu' found, did you mean:
Command 'qtemu' from package 'qtemu' (universe)
Command 'aqemu' from package 'aqemu' (universe)
qemu: command not found
Code:
qemu -hda disk.img
Thanks