Created
February 11, 2023 05:48
-
-
Save wangkuiyi/725efaa1ad48a7dd52fa80c4c5e336f0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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 \ |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.