run: successful-boot detection string for sel4

This commit is contained in:
Christian Helmuth 2016-03-01 10:49:23 +01:00
parent ff10687a6c
commit 958bf4d903
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ proc run_boot_dir_hook { } {
proc run_boot_string { } {
return "kernel initialized"
return "Starting node #0"
}