diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2025-02-02 16:00:15 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2025-02-02 16:00:15 +0100 |
| commit | 8d062a90b1ffbe9e00334fa3e9e939406bd32141 (patch) | |
| tree | 20951bba89bbcdc3090e24d99eb9f91c0043f28e /build | |
| parent | 0b6ee849722002a8bc7cc5374e3136bee4be2ccd (diff) | |
screen: add vsync and double buffering
Diffstat (limited to 'build')
| -rwxr-xr-x | build/run-qemu | 2 |
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 |