if {[have_include "power_on/qemu"]} { puts "\nTest running on Qemu is not supported.\n" exit 0 } build { core init timer lib/ld driver/audio driver/platform driver/acpi server/mixer server/dynamic_rom server/report_rom app/pci_decode test/audio_out } create_boot_directory install_config { client1.f32 client2.f32 } if {[expr ![file exists bin/client1.f32] || ![file exists bin/client2.f32]]} { puts "" puts "The sample files are missing. Please take a look at repos/dde_bsd/README" puts "and create 'client1.f32' and 'client2.f32'. Afterwards put them into './bin'." puts "" exit 1 } build_boot_image [list {*}[build_artifacts] client1.f32 client2.f32] append qemu_args " -nographic" run_genode_until forever