From c31fa56229bb4f954854f32b7826f2f984e06a83 Mon Sep 17 00:00:00 2001 From: Maxim Baryshnikov Date: Sat, 30 Apr 2016 17:53:55 +0200 Subject: [PATCH 1/1] overlay: Add new launch script for fiasco cell - one is for helloworld, and the other is for ferret benchmarks. Remove old one. --- .../root/{fiasco-demo-test.sh => fiasco-demo-hello.sh} | 2 +- buildroot-overlay/root/fiasco-ferret-bench.sh | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) rename buildroot-overlay/root/{fiasco-demo-test.sh => fiasco-demo-hello.sh} (54%) create mode 100755 buildroot-overlay/root/fiasco-ferret-bench.sh 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 -- 2.39.2