if {[expr [have_spec linux]]} { puts "\n Run script is not supported on this platform. \n"; exit 0 } # # Test logging to file system # set build_components { core init timer proxy/udp_log test/bomb drivers/nic } source ${genode_dir}/repos/base/run/platform_drv.inc append_platform_drv_build_components build $build_components create_boot_directory install_config { } append boot_modules { core init ld.lib.so bomb timer udp_log } [nic_drv_binary] { } append_platform_drv_boot_modules build_boot_image $boot_modules append qemu_args " -nographic" append qemu_args " -net tap,ifname=tap2 " run_genode_until forever