diff options
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 |
