summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 381e871..4e9993d 100644
--- a/Makefile
+++ b/Makefile
@@ -47,4 +47,8 @@ $(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 -m 4G
+ qemu-system-x86_64 \
+ -cdrom $(BUILD_DIR)/$(ISO_NAME) \
+ -serial stdio \
+ -m 4G \
+ -name corn