summaryrefslogtreecommitdiffstats
path: root/test_code/working_iso/boot-efi
diff options
context:
space:
mode:
Diffstat (limited to 'test_code/working_iso/boot-efi')
-rwxr-xr-xtest_code/working_iso/boot-efi12
1 files changed, 12 insertions, 0 deletions
diff --git a/test_code/working_iso/boot-efi b/test_code/working_iso/boot-efi
new file mode 100755
index 0000000..28382ba
--- /dev/null
+++ b/test_code/working_iso/boot-efi
@@ -0,0 +1,12 @@
+#!/bin/bash
+kvm \
+ -bios /usr/share/qemu/OVMF.fd \
+ -drive format=raw,file=$1 \
+ -net none \
+ -serial stdio \
+ -m 4G \
+ -cpu host \
+ -smp 2
+
+
+