diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-08-21 23:31:48 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-08-21 23:31:48 +0300 |
| commit | 97ffab0a8472981b927d0f4e81bb72f6ecd69b86 (patch) | |
| tree | c8a36352d599dc9477a6e647878d5e6191b4e98f /tests/scripts | |
| parent | ab011165cd440b5535d39febd8118e3e26b64b57 (diff) | |
| download | kmi-97ffab0a8472981b927d0f4e81bb72f6ecd69b86.tar.gz kmi-97ffab0a8472981b927d0f4e81bb72f6ecd69b86.zip | |
add malloc test
Diffstat (limited to 'tests/scripts')
| -rw-r--r-- | tests/scripts/makefile | 1 |
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 |
