Skip to content

Instantly share code, notes, and snippets.

@shearluck
Last active December 3, 2019 15:19
Show Gist options
  • Save shearluck/f8feab2619c943c8ca0370fc1615c25d to your computer and use it in GitHub Desktop.
Save shearluck/f8feab2619c943c8ca0370fc1615c25d to your computer and use it in GitHub Desktop.
arch-mac-qemu
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