.
0 0
../
0 0

bash


 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
#!/bin/sh

TMP=$(mktemp)

cp burg.bin $TMP

qemu-system-x86_64 \
    -drive format=raw,file=$TMP,if=ide \
    -serial stdio \
    -nographic \
    -monitor none \
    -m 20M