Skip to content

Instantly share code, notes, and snippets.

@yyolk
Last active December 12, 2015 04:08
Show Gist options
  • Save yyolk/4712310 to your computer and use it in GitHub Desktop.
Save yyolk/4712310 to your computer and use it in GitHub Desktop.
snippet for booting qemu in winxp under fusion
qemu-system-armw.exe -kernel kernel-qemu -cpu arm1176 -m 256 -M versatilepb -no-reboot -serial stdio -append "root=/dev/sda2 panic=1" -hda archlinux-hf-2013-01-22.img
qemu-system-arm -kernel kernel-qemu -cpu arm1176 -m 256 -M versatilepb -no-reboot -serial stdio -append "root=/dev/sda2 panic=1" -hda 2012-10-28-wheezy-raspbian.img
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment