# # Build # build { core init hello drivers/timer } create_boot_directory # # Generate config # install_config { } # # Boot image # build_boot_image { core init hello_client hello_server timer } append qemu_args " -nographic " run_genode_until forever