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 { app/smbios_decoder core init timer drivers/acpi server/report_rom } create_boot_directory install_config { } build_boot_image { report_rom acpi_drv core init timer ld.lib.so smbios_decoder } append qemu_args " -nographic" run_genode_until "report_rom] .*?report_rom] .*?\n" 20