Created
November 2, 2017 14:42
-
-
Save PewZ/cdf5dfaf89ce5eb93a78ffafa49cc63b to your computer and use it in GitHub Desktop.
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
#!/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