Skip to content

Instantly share code, notes, and snippets.

@buley
Created July 14, 2014 23:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save buley/9edc099d51d298161d48 to your computer and use it in GitHub Desktop.
Save buley/9edc099d51d298161d48 to your computer and use it in GitHub Desktop.
virtualizing pidora on os x
brew install qemu
cd /usr/local/Cellar/qemu/1.7.0/bin
wget http://xecdesign.com/downloads/linux-qemu/kernel-qemu
./qemu-system-arm -kernel kernel-qemu -cpu arm1176 -m 256 -M versatilepb -no-reboot -serial stdio -append "root=/dev/sda2 panic=1 rootfstype=ext4 rw" -hda ~/Downloads/Pidora-2014-R2-1/Pidora-2014-R2-1.img
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment