diff options
Diffstat (limited to 'tests/user-qemu.mk')
-rw-r--r-- | tests/user-qemu.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/user-qemu.mk b/tests/user-qemu.mk index bb95315c..3b546252 100644 --- a/tests/user-qemu.mk +++ b/tests/user-qemu.mk @@ -162,7 +162,7 @@ tests/module-%: $(srcdir)/tests/test-%.c $(SRC_TESTLIB) $(MACH_TESTINSTALL) # GNUMACH_ARGS = console=com0 -QEMU_OPTS = -m 2048 -nographic -no-reboot -boot d +QEMU_OPTS = -m 2047 -nographic -no-reboot -boot d QEMU_GDB_PORT ?= 1234 if HOST_ix86 |