Ubuntu Pastebin

Paste from lrddsk at Tue, 7 Jun 2016 21:14:19 +0000

Download as text
1
sudo qemu-system-x86_64 -s -smp 4 -m 1024M -enable-kvm -kernel /home/nbor/projects/kernel/source/arch/x86_64/boot/bzImage -nographic -append "console=ttyS0 root=/dev/vda rw" -drive file=/home/nbor/projects/qemu/rootfs/centos7.img,if=virtio -netdev user,id=mynet0,net=192.168.76.0/24 -device e1000,netdev=mynet0 -fsdev local,security_model=passthrough,id=fsdev0,path=/mnt/vm_share -device virtio-9p-pci,id=fs0,fsdev=fsdev0,mount_tag=hostshare -redir tcp:10022::22'
Download as text