Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
[email protected] web/email now available. Want one? Go here.
Cannot use outlook/hotmail/live here to register as they blocking our mail servers. #microsoftdeez
Obey the Epel!

Paste

Pasted as Bash by registered user raphael ( 12 months ago )
#! /bin/sh
#author Raphael De Oliveira

qemu-system-aarch64 -M virt \
-cpu cortex-a57 \
-smp 1 \
-kernel output/images/Image \
-append "root=/dev/vda console=ttyAMA0" \
-netdev user,id=eth0,hostfwd=tcp::2222-:22,hostfwd=tcp::8888-:80 -device virtio-net-device,netdev=eth0 \
-drive file=output/images/rootfs.ext4,if=none,format=raw,id=hd0 \
-device virtio-blk-device,drive=hd0 \
-device virtio-gpu-pci \
-usb \
-device nec-usb-xhci \
-device usb-tablet

 

Revise this Paste

Your Name: Code Language: