summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
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