diff options
Diffstat (limited to 'boot')
-rwxr-xr-x | boot | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ QFLAGS="-no-reboot -m 1g -gdb tcp::12366 $(disk out/boot.iso) $(disk out/fs.e2) QEMU=qemu-system-x86_64 QDISPLAY="-display none" -QNET="-nic user,model=rtl8139,mac=52:54:00:ca:77:1a,net=192.168.0.0/24,hostfwd=tcp::12380-192.168.0.11:80,id=n1" +QNET="-nic user,model=rtl8139,net=192.168.0.0/24,hostfwd=tcp::12380-192.168.0.11:80,id=n1" QKVM="-enable-kvm" QTTY="-serial mon:stdio" |