diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2025-02-07 20:39:58 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2025-02-07 20:39:58 +0100 |
| commit | dae5bc02b1c934075e95694953b4330676e21611 (patch) | |
| tree | faa1a80849e5642d0b4bd8b4a91331b1da5b75bf /build/run-qemu | |
| parent | fef523a8d7c87f272de18c8abd57e0cc53e2ef40 (diff) | |
estd: add graphics module
Diffstat (limited to 'build/run-qemu')
| -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 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 |