diff options
| author | Riley Beckett <rbeckettvt@gmail.com> | 2026-07-19 00:55:06 -0400 |
|---|---|---|
| committer | Riley Beckett <rbeckettvt@gmail.com> | 2026-07-19 00:55:06 -0400 |
| commit | 31576c7379e1326c8cb17802db08641f2ae71570 (patch) | |
| tree | e94350fbb4b3f55f629a44586ed505a2ceda9205 /misc/qemu-boot.sh | |
| parent | ac7457804a54b772a7d30d4cd8a5ca5863de9601 (diff) | |
things
Diffstat (limited to 'misc/qemu-boot.sh')
| -rw-r--r-- | misc/qemu-boot.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/qemu-boot.sh b/misc/qemu-boot.sh new file mode 100644 index 0000000..4465432 --- /dev/null +++ b/misc/qemu-boot.sh @@ -0,0 +1,2 @@ +#!/bin/sh +qemu-system-x86_64 -bios ovmf-x64/OVMF_CODE-with-csm.fd -m 32G -smp 4 -drive file=lfs.raw,format=raw,if=virtio -enable-kvm -boot c |
