summaryrefslogtreecommitdiff
path: root/build/run-qemu
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2025-02-07 20:39:58 +0100
committerNathan Reiner <nathan@nathanreiner.xyz>2025-02-07 20:39:58 +0100
commitdae5bc02b1c934075e95694953b4330676e21611 (patch)
treefaa1a80849e5642d0b4bd8b4a91331b1da5b75bf /build/run-qemu
parentfef523a8d7c87f272de18c8abd57e0cc53e2ef40 (diff)
estd: add graphics module
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 363d705..59f4511 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 -serial stdio
+ -device virtio-vga -serial stdio -m 4G