-
Notifications
You must be signed in to change notification settings - Fork 14
Installing QEMU on OS X
iman760 edited this page Apr 6, 2017
·
11 revisions
- Install Homebrew from their official website https://brew.sh/
- Open terminal
- $ brew install qemu
Now, You are able to use QEMU,But you need an image file Here it is an example for a SH4 architecture debian image.
To run the image Download and copy all files into your documents folder or wherever you want.
Create a command file with the following content:
qemu-system-sh4 -M r2d -kernel /Users/Iman/Documents/QEMU/vmlinuz-2.6.32-5-sh7751r -initrd /Users/Iman/Documents/QEMU/initrd.img-2.6.32-5-sh7751r -hda /Users/Iman/Documents/QEMU/debian_sid_sh4_standard.qcow2 -append "root=/dev/sda1 console=tty0 noiotrap"