diff options
author | Freya Murphy <freya@freyacat.org> | 2024-02-02 16:41:19 -0500 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-02-02 16:41:19 -0500 |
commit | 72df91d99ba7e9a032d6cb171571e075d0f6ce53 (patch) | |
tree | 5ccba5a02821a54f953d85a092429939e6c577f0 /Makefile | |
parent | check for bochs (diff) | |
download | corn-72df91d99ba7e9a032d6cb171571e075d0f6ce53.tar.gz corn-72df91d99ba7e9a032d6cb171571e075d0f6ce53.tar.bz2 corn-72df91d99ba7e9a032d6cb171571e075d0f6ce53.zip |
pretty colors
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -55,7 +55,7 @@ run: all @qemu-system-x86_64 \ -cdrom build/$(ISO) \ -serial stdio \ - -display gtk,show-menubar=off,zoom-to-fit=on \ + -display sdl \ -m 1G \ -enable-kvm \ -name corn |