summaryrefslogtreecommitdiff
path: root/build/run-qemu
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2025-02-02 16:00:15 +0100
committerNathan Reiner <nathan@nathanreiner.xyz>2025-02-02 16:00:15 +0100
commit8d062a90b1ffbe9e00334fa3e9e939406bd32141 (patch)
tree20951bba89bbcdc3090e24d99eb9f91c0043f28e /build/run-qemu
parent0b6ee849722002a8bc7cc5374e3136bee4be2ccd (diff)
screen: add vsync and double buffering
Diffstat (limited to 'build/run-qemu')
-rwxr-xr-xbuild/run-qemu2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/run-qemu b/build/run-qemu
index a9aab9b..363d705 100755
--- a/build/run-qemu
+++ b/build/run-qemu
@@ -13,4 +13,4 @@ qemu-system-x86_64 \
-initrd .kernel/initramfs.gz \
-kernel "$KERNEL_PATH" \
-append "quiet rdinit=init console=ttyS0" \
- -device virtio-vga
+ -device virtio-vga -serial stdio