summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-09-29 02:28:19 +0200
committerMiguel <m.i@gmx.at>2018-09-29 02:28:19 +0200
commit73e80bf4b6c69b92a04b525f114a072a1c4b0d3a (patch)
tree4e08117f449312c77df2529a45ff209fc735a00f /Makefile
parent34c4a90794e78b97e4bd24f09c457d5e171e53f4 (diff)
composite continued
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