Skip to content

Instantly share code, notes, and snippets.

@PewZ
Created November 2, 2017 14:42
Show Gist options
  • Save PewZ/cdf5dfaf89ce5eb93a78ffafa49cc63b to your computer and use it in GitHub Desktop.
Save PewZ/cdf5dfaf89ce5eb93a78ffafa49cc63b to your computer and use it in GitHub Desktop.
#!/bin/bash
~/git/qemu/build/arm-softmmu/qemu-system-arm -M versatilepb \
-kernel vmlinuz-3.2.0-4-versatile \
-initrd initrd.img-3.2.0-4-versatile \
-hda debian_wheezy_armel_standard.qcow2 \
-append "root=/dev/sda1" \
-m 256 \
-net nic \
-net user,hostfwd=tcp::5555-:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment