]> rtime.felk.cvut.cz Git - jailhouse-test.git/commitdiff
overlay: Add new launch script for fiasco cell - one is for helloworld, and the other...
authorMaxim Baryshnikov <barysmax@fel.cvut.cz>
Sat, 30 Apr 2016 15:53:55 +0000 (17:53 +0200)
committerMaxim Baryshnikov <barysmax@fel.cvut.cz>
Sat, 30 Apr 2016 15:53:55 +0000 (17:53 +0200)
buildroot-overlay/root/fiasco-demo-hello.sh [moved from buildroot-overlay/root/fiasco-demo-test.sh with 54% similarity]
buildroot-overlay/root/fiasco-ferret-bench.sh [new file with mode: 0755]

similarity index 54%
rename from buildroot-overlay/root/fiasco-demo-test.sh
rename to buildroot-overlay/root/fiasco-demo-hello.sh
index 22e37fd096b091cf63b7788b22d78479b92a3b5f..40ec64c69356b98512a0801b329b1ba81a25a467 100755 (executable)
@@ -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 (executable)
index 0000000..5681fbe
--- /dev/null
@@ -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