# # Build # build { core lib/ld init hello } create_boot_directory # # Generate config # install_config { } # # Boot image # build_boot_image [build_artifacts] append qemu_args " -nographic " run_genode_until "hello test completed.*\n" 10