From 62638cf6f54e720664eba7ac7f007e67a4185c90 Mon Sep 17 00:00:00 2001 From: pantonshire Date: Wed, 24 Jul 2024 09:32:00 +0100 Subject: [PATCH] explicitly set memory in qemu args --- justfile | 1 + 1 file changed, 1 insertion(+) diff --git a/justfile b/justfile index 07fdf6f..b2f64df 100644 --- a/justfile +++ b/justfile @@ -2,6 +2,7 @@ run: qemu-system-x86_64 \ -monitor stdio \ -bios seabios/out/bios.bin \ + -m 512M \ -drive format=raw,file=disk.bin build: