blob: 2a952c3bbd735fdf7e3cad1f6516d3f040b62d42 (
plain) (
blame)
1
2
|
#!/bin/sh
qemu-system-x86_64 -kernel arch/x86/boot/bzImage -serial mon:stdio -display none -append "root=/dev/mapper/virtualboy--vg-root console=ttyS0 nokalsr kgdboc=ttyS1,115200" -m 8196 --enable-kvm -cpu host -smp 4 -hda /home/ztong/ubuntu.qcow2.img -initrd arch/x86/boot/initrd.img -net nic,model=e1000 -net user,hostfwd=tcp::22223-:22 -serial tcp::22224,server,nowait -rtc base=localtime,clock=vm,driftfix=none -s
|