From e71a141533c742d05c0612d3a87ffb3810a4b5de Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Mon, 29 Jan 2024 13:22:50 -0500 Subject: memory works --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index cc8a534..381e871 100644 --- a/Makefile +++ b/Makefile @@ -47,4 +47,4 @@ $(BUILD_DIR)/$(ISO_NAME): $(BUILD_DIR)/$(K_BIN_NAME) grub.cfg grub-mkrescue -o $(BUILD_DIR)/$(ISO_NAME) $(BUILD_DIR)/iso run: all - qemu-system-x86_64 $(BUILD_DIR)/$(ISO_NAME) -serial stdio + qemu-system-x86_64 $(BUILD_DIR)/$(ISO_NAME) -serial stdio -m 4G -- cgit v1.2.3-freya