From 97ffab0a8472981b927d0f4e81bb72f6ecd69b86 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Wed, 21 Aug 2024 23:31:48 +0300 Subject: add malloc test --- tests/scripts/makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/scripts') 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 -- cgit v1.3