# # Build # build { core init hello } create_boot_directory # # Generate config # install_config { } # # Boot image # build_boot_image { core ld.lib.so init hello_client hello_server } append qemu_args " -nographic " run_genode_until forever run_genode_until "hello test completed.*\n" 10