aboutsummaryrefslogtreecommitdiff
path: root/tests/scripts
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2024-08-21 23:31:48 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2024-08-21 23:31:48 +0300
commit97ffab0a8472981b927d0f4e81bb72f6ecd69b86 (patch)
treec8a36352d599dc9477a6e647878d5e6191b4e98f /tests/scripts
parentab011165cd440b5535d39febd8118e3e26b64b57 (diff)
downloadkmi-97ffab0a8472981b927d0f4e81bb72f6ecd69b86.tar.gz
kmi-97ffab0a8472981b927d0f4e81bb72f6ecd69b86.zip
add malloc test
Diffstat (limited to 'tests/scripts')
-rw-r--r--tests/scripts/makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/scripts/makefile b/tests/scripts/makefile
index 8079c3c..530e0bb 100644
--- a/tests/scripts/makefile
+++ b/tests/scripts/makefile
@@ -20,6 +20,7 @@ QEMU := qemu-system-$(ARCH) -machine virt -kernel ../kmi.bin \
-monitor none \
-nographic \
-no-reboot \
+ -m 128M \
-initrd
KMI := ../kmi.bin