From 32abc91a05adc5a2968eee44cb1761bdc77cfd16 Mon Sep 17 00:00:00 2001 From: Justin Cormack Date: Fri, 11 Mar 2016 14:13:12 +0000 Subject: [PATCH] more memory Signed-off-by: Justin Cormack --- Dockerfile.qemu.armhf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.qemu.armhf b/Dockerfile.qemu.armhf index ddb27d484..17f857314 100644 --- a/Dockerfile.qemu.armhf +++ b/Dockerfile.qemu.armhf @@ -6,4 +6,4 @@ COPY alpine/kernel/dtb dtb RUN gzip -9 initrd-arm.img -ENTRYPOINT [ "qemu-system-arm", "-machine", "vexpress-a15", "-cpu", "cortex-a15", "-no-reboot", "-netdev", "user,id=eth0", "-device", "virtio-net-device,netdev=eth0", "-serial", "stdio", "-kernel", "zImage", "-initrd", "initrd-arm.img.gz", "-dtb", "dtb/vexpress-v2p-ca15-tc1.dtb", "-m", "256", "-append", "console=ttyAMA0,38400n8", "-vnc", "none" ] +ENTRYPOINT [ "qemu-system-arm", "-machine", "vexpress-a15", "-cpu", "cortex-a15", "-no-reboot", "-netdev", "user,id=eth0", "-device", "virtio-net-device,netdev=eth0", "-serial", "stdio", "-kernel", "zImage", "-initrd", "initrd-arm.img.gz", "-dtb", "dtb/vexpress-v2p-ca15-tc1.dtb", "-m", "1024", "-append", "console=ttyAMA0,38400n8", "-vnc", "none" ]