if {[expr ![have_spec arm_64] && ![have_spec x86_64]]} { puts "Run script is not supported on this platform." exit 0 } set use_top 0 set build_components { core init timer lib/ld test/driver_time } append_if $use_top build_components { app/top } build $build_components create_boot_directory append config { } append_if $use_top config { } append config { } install_config $config build_boot_image [build_artifacts] append qemu_args "-nographic " run_genode_until forever