summaryrefslogblamecommitdiffstats
path: root/test_code/working_iso/boot-efi
blob: 28382bab75fa7e3dc5aba1f3de3a5fd66d980e09 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
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