diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |