From: Maxim Baryshnikov Date: Sat, 30 Apr 2016 15:53:55 +0000 (+0200) Subject: overlay: Add new launch script for fiasco cell - one is for helloworld, and the other... X-Git-Url: https://rtime.felk.cvut.cz/gitweb/jailhouse-test.git/commitdiff_plain/c31fa56229bb4f954854f32b7826f2f984e06a83 overlay: Add new launch script for fiasco cell - one is for helloworld, and the other is for ferret benchmarks. Remove old one. --- diff --git a/buildroot-overlay/root/fiasco-demo-test.sh b/buildroot-overlay/root/fiasco-demo-hello.sh similarity index 54% rename from buildroot-overlay/root/fiasco-demo-test.sh rename to buildroot-overlay/root/fiasco-demo-hello.sh index 22e37fd..40ec64c 100755 --- a/buildroot-overlay/root/fiasco-demo-test.sh +++ b/buildroot-overlay/root/fiasco-demo-hello.sh @@ -1,3 +1,3 @@ jailhouse cell create /jailhouse/configs/fiasco-demo.cell -jailhouse cell load fiasco-demo /jailhouse/bootstrap-jh.bin -a 0xf0000 +jailhouse cell load fiasco-demo /jailhouse/bootstrap_hello-jh.bin -a 0xf0000 jailhouse cell start fiasco-demo diff --git a/buildroot-overlay/root/fiasco-ferret-bench.sh b/buildroot-overlay/root/fiasco-ferret-bench.sh new file mode 100755 index 0000000..5681fbe --- /dev/null +++ b/buildroot-overlay/root/fiasco-ferret-bench.sh @@ -0,0 +1,3 @@ +jailhouse cell create /jailhouse/configs/fiasco-demo.cell +jailhouse cell load fiasco-demo /jailhouse/bootstrap_ferret-bench-jh.bin -a 0xf0000 +jailhouse cell start fiasco-demo