build "core init test/glucose timer" create_boot_directory set fd [open "bin/Test.cnf" w] puts $fd { p cnf 15 22 -1 10 11 8 9 0 -2 10 11 8 9 0 -2 4 0 -2 5 6 0 -3 4 5 0 -6 7 0 -8 -9 0 8 9 0 -10 8 9 0 -11 8 9 0 1 -12 0 8 -12 0 2 -13 0 8 -13 0 1 -14 0 9 -14 0 2 -15 0 9 -15 0 -1 12 14 0 -2 13 15 0 10 11 -12 -13 0 10 11 -14 -15 0 } close $fd append config { } append config " " install_config $config build_boot_image { core init test-glucose timer ld.lib.so libc.lib.so vfs.lib.so posix.lib.so libm.lib.so stdcxx.lib.so zlib.lib.so Test.cnf } append qemu_args " -nographic " run_genode_until {.*Okay.*} 20 exec rm bin/Test.cnf