From 52aa821e3330dbba01d6460557890c865bf79a5d Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Sun, 28 Aug 2016 19:01:55 +0200 Subject: [PATCH] improve layout of the demo video --- hermit/tools/demo_kvm.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/hermit/tools/demo_kvm.sh b/hermit/tools/demo_kvm.sh index b8c1eef64..06fccd909 100755 --- a/hermit/tools/demo_kvm.sh +++ b/hermit/tools/demo_kvm.sh @@ -7,11 +7,11 @@ MYPROMPT="~ > " clear echo -n $MYPROMPT -echo -e " \e[92m# HermitCore is also usable as a classical unikernel. By setting the environment\e[39m" | randtype -m 2 -t 18,6000 +echo -e " \e[92m# HermitCore is also usable as a classical unikernel. By setting the\e[39m" | randtype -m 2 -t 18,6000 echo -n $MYPROMPT -echo -e " \e[92m# variable HERMIT_ISLE to qemu, the application will be started within a virtual\e[39m" | randtype -m 2 -t 18,6000 +echo -e " \e[92m# environment variable HERMIT_ISLE to qemu, the application will be started\e[39m" | randtype -m 2 -t 18,6000 echo -n $MYPROMPT -echo -e " \e[92m# machine. The boot time is about 2s.\e[39m" | randtype -m 0 -t 18,6000 +echo -e " \e[92m# within a virtual machine. The boot time is about 2s.\e[39m" | randtype -m 0 -t 18,6000 echo -n $MYPROMPT echo " HERMIT_ISLE=qemu time hermit/usr/tests/hello" | randtype -m 0 -t 18,6000 HERMIT_ISLE=qemu time hermit/usr/tests/hello @@ -27,8 +27,8 @@ echo -e " \e[92m# HermitCore's kernel messages are published by setting the envi echo -n $MYPROMPT echo -e " \e[92m# HERMIT_VERBOSE to 1.\e[39m" | randtype -m 1 -t 18,6000 echo -n $MYPROMPT -echo " HERMIT_ISLE=qemu HERMIT_CPUS=4 HERMIT_MEM=1G HERMIT_VERBOSE=1 hermit/usr/benchmarks/stream" | randtype -m 1 -t 18,6000 -HERMIT_ISLE=qemu HERMIT_CPUS=4 HERMIT_MEM=1G HERMIT_VERBOSE=1 hermit/usr/benchmarks/stream +echo " HERMIT_ISLE=qemu HERMIT_CPUS=4 HERMIT_VERBOSE=1 hermit/usr/benchmarks/stream" | randtype -m 1 -t 18,6000 +HERMIT_ISLE=qemu HERMIT_CPUS=4 HERMIT_VERBOSE=1 hermit/usr/benchmarks/stream #echo $MYPROMPT echo -n $MYPROMPT echo -e " \e[92mHermitCore (\e[31mhttp://www.hermitcore.org\e[92m) is an experimental platform.\e[39m" | randtype -m 1 -t 18,6000