summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2024-01-29 13:22:50 -0500
committerFreya Murphy <freya@freyacat.org>2024-01-29 13:22:50 -0500
commite71a141533c742d05c0612d3a87ffb3810a4b5de (patch)
tree06f8b5f8d33b287e8443caa65dea4abb64a5d3c4 /Makefile
parentchanges (diff)
downloadcorn-e71a141533c742d05c0612d3a87ffb3810a4b5de.tar.gz
corn-e71a141533c742d05c0612d3a87ffb3810a4b5de.tar.bz2
corn-e71a141533c742d05c0612d3a87ffb3810a4b5de.zip
memory works
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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