From 73e80bf4b6c69b92a04b525f114a072a1c4b0d3a Mon Sep 17 00:00:00 2001 From: Miguel Date: Sat, 29 Sep 2018 02:28:19 +0200 Subject: composite continued --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b2c6609..38cde06 100644 --- a/Makefile +++ b/Makefile @@ -195,7 +195,8 @@ run-qemu: all $(QEMU) -enable-kvm $(FOOLOS_ISO) -smp 4 -serial stdio \ -net nic,model=e1000 \ -net tap,ifname=tap0,script=no,downscript=no \ - -vga virtio + -vga virtio \ + -m 1024 #-net dump,file=./netfool run-qemu-16: all -- cgit v1.2.3