]> rtime.felk.cvut.cz Git - jailhouse-test.git/blob - buildroot-overlay/root/cell-bench.sh
overlay: add the script to launch the benchmarking cell.
[jailhouse-test.git] / buildroot-overlay / root / cell-bench.sh
1 echo "creating hpet-demo cell..."
2 jailhouse cell create /jailhouse/configs/bench.cell
3 echo "loading binary into cell..."
4 jailhouse cell load bench /jailhouse/inmates/Membench.bin -a 0xf0000
5 echo "starting it..."
6 jailhouse cell start bench