diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -52,5 +52,7 @@ run: all qemu-system-x86_64 \ -cdrom $(BUILD_DIR)/$(ISO_NAME) \ -serial stdio \ + -display gtk,show-menubar=off,zoom-to-fit=on \ -m 4G \ + -enable-kvm \ -name corn |