Last active
December 3, 2019 15:19
-
-
Save shearluck/f8feab2619c943c8ca0370fc1615c25d to your computer and use it in GitHub Desktop.
arch-mac-qemu
This file contains 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
qemu-system-x86_64 -m 2048 -accel hvf -smp 2 -net nic -net user -device VGA,vgamem_mb=128,edid=on,xres=1680,yres=1050 -hda arch.img | |
# Mac host, access usb | |
-device pci-ohci | |
# Mac host, access usb raw storage device | |
-hdb /dev/disk2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment