assert_spec x86_64 if {![have_board pc] || [expr ![have_spec nova] && ![have_spec hw]] } { puts "Run script is only supported on hw/pc and nova/pc" exit 0 } build { core init timer lib/ld drivers/acpi server/report_rom app/smbios_decoder } create_boot_directory install_config { } build_boot_image [build_artifacts] append qemu_args " -nographic" run_genode_until "report_rom] .*?report_rom] .*?\n" 20