Skip to content

Instantly share code, notes, and snippets.

@wangkuiyi
Created February 11, 2023 05:48
Show Gist options
  • Select an option

  • Save wangkuiyi/725efaa1ad48a7dd52fa80c4c5e336f0 to your computer and use it in GitHub Desktop.

Select an option

Save wangkuiyi/725efaa1ad48a7dd52fa80c4c5e336f0 to your computer and use it in GitHub Desktop.
# https://gist.github.com/Jatapiaro/6a7c769a07911adc629e1604729d4c7a
qemu-system-x86_64 \
-m 2048 \
-vga virtio \
-usb \
-device usb-tablet \
-drive file=haiku-drive.qcow2,if=virtio
# Will need the following option if we are gonna install Haiku.
# -cdrom haiku.iso \
@wangkuiyi
Copy link
Author

Haiku OS beta 4 is built for x86_64. However, I am using an M1 Mac. So, VirtualBox does not work for me. The good news is QEMU can emulate an x86_64 CPU on my M1 Mac. I can then install Haiku on this emulated CPU.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment