Skip to content

Installing QEMU on OS X

iman760 edited this page Apr 6, 2017 · 11 revisions

How to install QEMU on Mac?

Installation Steps

  1. Install Homebrew from their official website https://brew.sh/
  2. Open terminal
  3. $ 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.

How to Run an 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"

QEMU on OSX

Clone this wiki locally